]> git.baikalelectronics.ru Git - kernel.git/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)
commitdf0303eeafd573cce07e5589135f64d676f69718
treeae022884c2c48bf815f8e3306ac4185580bab16d
parentc1df4a0f75f8dd0fdaf2513a1b9396ad1a0f4f73
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