]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
lp8727_charger: Use IRQF_ONESHOT
authorFengguang Wu <fengguang.wu@intel.com>
Thu, 23 Aug 2012 11:42:29 +0000 (19:42 +0800)
committerAnton Vorontsov <anton.vorontsov@linaro.org>
Thu, 20 Sep 2012 22:39:14 +0000 (15:39 -0700)
commit7c577c0d1ebed58648afb26e7c03f023fa82098e
tree6e19e7ee8f201ededa92574851fe685cbcffba73
parentf1ade35253f5026170a5fe17f87d0249f03629dd
lp8727_charger: Use IRQF_ONESHOT

Generated by: scripts/coccinelle/misc/irqf_oneshot.cocci

ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT

Make sure threaded IRQs without a primary handler are always request
with IRQF_ONESHOT

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Acked-by: Milo(Woogyom) Kim <milo.kim@ti.com>
Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
drivers/power/lp8727_charger.c