]> Pileus Git - ~andy/linux/commit
NFC: Set the IRQF_ONESHOT flag from the pn544_hci IRQ handler request
authorSamuel Ortiz <sameo@linux.intel.com>
Fri, 24 Aug 2012 22:40:16 +0000 (00:40 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 24 Sep 2012 22:17:24 +0000 (00:17 +0200)
commitf2ce39828abd556814366c2483191a7213c764f2
tree63666f06be2821c4a3f3e8604dad505ac4906421
parent58637c9b65300cbdf9fb7c037978daadd136be86
NFC: Set the IRQF_ONESHOT flag from the pn544_hci IRQ handler request

As we don't have a primary handler but only a threaded one, __setup_irq()
ends up failing if we don't set this flag.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/nfc/pn544_hci.c