]> git.baikalelectronics.ru Git - kernel.git/commit
jsm: IRQ handlers doesn't need to have IRQ_DISABLED enabled
authorBreno Leitão <leitao@linux.vnet.ibm.com>
Thu, 24 Sep 2009 19:58:22 +0000 (16:58 -0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 23:18:02 +0000 (15:18 -0800)
commit2b4f3db383d8d8490186ad5649f0a7faf0ab09ba
tree225cee4b8c32b9327d513f994e10fac023daf396
parentd86fc4e12240f684d3c122b8bc5ab4002388312a
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>
drivers/serial/jsm/jsm_driver.c