]> git.itanic.dy.fi Git - linux-stable/commit
drivers/rtc/rtc-ab8500.c: use IRQF_ONESHOT when requesting a threaded IRQ
authorLee Jones <lee.jones@linaro.org>
Wed, 11 Jul 2012 21:02:16 +0000 (14:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Jul 2012 23:04:44 +0000 (16:04 -0700)
commit3cfd16a551dc0c188160e1765168a04baf2d3198
treeae022884c2c48bf815f8e3306ac4185580bab16d
parent4bf2bba3750f10aa9e62e6949bc7e8329990f01b
drivers/rtc/rtc-ab8500.c: use IRQF_ONESHOT when requesting a threaded IRQ

This driver's IRQ registration is failing because the kernel now forces
IRQs to be ONESHOT if no IRQ handler is passed.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-ab8500.c