Re: [PATCH] mfd: use IRQF_ONESHOT for twl6040

2012-09-18 Thread Peter Ujfalusi
On 09/19/2012 04:32 AM, Fengguang Wu wrote: > Generated by: scripts/coccinelle/misc/irqf_oneshot.cocci > > Make sure threaded IRQs without a primary handler are always request > with IRQF_ONESHOT. > > Signed-off-by: Fengguang Wu Acked-by: Peter Ujfalusi > --- > > Please take the patch only i

[PATCH] mfd: use IRQF_ONESHOT for twl6040

2012-09-18 Thread Fengguang Wu
Generated by: scripts/coccinelle/misc/irqf_oneshot.cocci Make sure threaded IRQs without a primary handler are always request with IRQF_ONESHOT. Signed-off-by: Fengguang Wu --- Please take the patch only if it's a positive warning. Thanks! drivers/mfd/twl6040-core.c |2 +- 1 file changed,