Input: sirfsoc-onkey - drop the IRQF_SHARED flag
authorBarry Song <Baohua.Song@csr.com>
Fri, 14 Feb 2014 16:43:05 +0000 (08:43 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 15 Feb 2014 21:08:42 +0000 (13:08 -0800)
commit5099817eaf1c5377059b703496e4d32769d0f2d7
treed1b8de0b78ad113e0be6a251077a3f52ae20a155
parent864d3c0fe41c5e9ea4a477509b670e7503bda84c
Input: sirfsoc-onkey - drop the IRQF_SHARED flag

Since the IRQ handler always returns IRQ_HANDLED it means this irq is not
a shared IRQ at all. Or at least, the SW is not self-consistent now.

Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/sirfsoc-onkey.c