]> git.baikalelectronics.ru Git - kernel.git/commit
ixp4xx-beeper: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interrupt
authorIan Campbell <ian.campbell@citrix.com>
Thu, 29 Jul 2010 10:16:33 +0000 (11:16 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 29 Jul 2010 11:24:57 +0000 (13:24 +0200)
commit45d966d55b931a827d6a14bfeedaba2fe04dc65f
treeded840a33b064b3fed09bc9f9f6885d4bce4f8d0
parent26a681e0c4158a7d44b7535c4b18381fe198c0f1
ixp4xx-beeper: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interrupt

ixp4xx_spkr_interrupt is not a timer interrupt and therefore should
not use IRQF_TIMER. Use the recently introduced IRQF_NO_SUSPEND
instead since that is the actual desired behaviour.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: linux-input@vger.kernel.org
LKML-Reference: <1280398595-29708-2-git-send-email-ian.campbell@citrix.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/input/misc/ixp4xx-beeper.c