Re: [PATCH] power: supply: Fix missing IRQF_ONESHOT as only threaded handler

2021-04-08 Thread Sebastian Reichel
Hi, On Tue, Apr 06, 2021 at 01:28:29PM +0800, zhuguangqin...@gmail.com wrote: > From: Guangqing Zhu > > Coccinelle noticed: > 1. drivers/power/supply/pm2301_charger.c:1089:7-27: ERROR: Threaded IRQ > with no primary handler requested without IRQF_ONESHOT > 2.

[PATCH] power: supply: Fix missing IRQF_ONESHOT as only threaded handler

2021-04-05 Thread zhuguangqing83
From: Guangqing Zhu Coccinelle noticed: 1. drivers/power/supply/pm2301_charger.c:1089:7-27: ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT 2. drivers/power/supply/tps65090-charger.c:303:8-33: ERROR: Threaded IRQ with no primary handler requested without

[PATCH] power: supply: Fix missing IRQF_ONESHOT as only threaded handler

2020-11-15 Thread Tian Tao
Coccinelle noticed: drivers/power/supply/ab8500_btemp.c:1107:8-28: ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT. Signed-off-by: Tian Tao --- drivers/power/supply/ab8500_btemp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git