linux/drivers/serial/jsm
Breno Leitão a88a477f1d jsm: IRQ handlers doesn't need to have IRQ_DISABLED enabled
Currently jsm is showing the following message when loaded:

IRQ 432/JSM: IRQF_DISABLED is not guaranteed on shared IRQs

It's because the request_irq() is called using IRQF_DISABLED
and IRQF_SHARED.
Actually there is no need to use IRQF_DISABLED in this driver.

Signed-off-by: Breno Leitão <leitao@linux.vnet.ibm.com>
Cc: Scott Kilau <scottk@digi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-12-11 15:18:02 -08:00
..
jsm_driver.c jsm: IRQ handlers doesn't need to have IRQ_DISABLED enabled 2009-12-11 15:18:02 -08:00
jsm_neo.c serial: kill off uart_info 2009-09-19 13:13:28 -07:00
jsm_tty.c serial: kill off uart_info 2009-09-19 13:13:28 -07:00
jsm.h jsm: correctly support multiple 4/8-port boards 2009-06-11 08:51:02 -07:00
Makefile