power: supply: Fix missing IRQF_ONESHOT as only threaded handler
authorTian Tao <tiantao6@hisilicon.com>
Mon, 16 Nov 2020 01:07:19 +0000 (09:07 +0800)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Mon, 30 Nov 2020 00:41:15 +0000 (01:41 +0100)
commitdf12470ce775cd126f26c96d240959b0c1929e23
treef686fd906a7e4dd8abe3adfc4a437e3cb2a97611
parenta0f1ccd96c7049377d892a4299b6d5e47ec9179d
power: supply: Fix missing IRQF_ONESHOT as only threaded handler

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 <tiantao6@hisilicon.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/ab8500_btemp.c