]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite091638bc602b2abe501ef39559ba4886b9f445b
treed1b8de0b78ad113e0be6a251077a3f52ae20a155
parent582518e9919ca196f28ca4893626c565bc7d8d96
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