Re: [PATCH] regulator: Use IRQF_ONESHOT

2021-03-25 Thread Jian Dong
On Thu, 25 Mar 2021 14:29:02 +0200 Felipe Balbi wrote: > Hi, > > Krzysztof Kozlowski writes: > > On 23/03/2021 13:12, Jian Dong wrote: > >> From: Jian Dong > >> > >> Fixes coccicheck error: > >> > >> drivers/regulator/mt6360-regulator.c:388:8-33: ERROR: > >> drivers/regulator/pca9450-regul

Re: [PATCH] regulator: Use IRQF_ONESHOT

2021-03-25 Thread Felipe Balbi
Hi, Krzysztof Kozlowski writes: > On 23/03/2021 13:12, Jian Dong wrote: >> From: Jian Dong >> >> Fixes coccicheck error: >> >> drivers/regulator/mt6360-regulator.c:388:8-33: ERROR: >> drivers/regulator/pca9450-regulator.c:781:7-32: ERROR: >> drivers/regulator/slg51000-regulator.c:480:8-33: ER

Re: [PATCH] regulator: Use IRQF_ONESHOT

2021-03-25 Thread Krzysztof Kozlowski
On 23/03/2021 13:12, Jian Dong wrote: > From: Jian Dong > > Fixes coccicheck error: > > drivers/regulator/mt6360-regulator.c:388:8-33: ERROR: > drivers/regulator/pca9450-regulator.c:781:7-32: ERROR: > drivers/regulator/slg51000-regulator.c:480:8-33: ERROR: > drivers/regulator/qcom-labibb-regulat

[PATCH] regulator: Use IRQF_ONESHOT

2021-03-23 Thread Jian Dong
From: Jian Dong Fixes coccicheck error: drivers/regulator/mt6360-regulator.c:388:8-33: ERROR: drivers/regulator/pca9450-regulator.c:781:7-32: ERROR: drivers/regulator/slg51000-regulator.c:480:8-33: ERROR: drivers/regulator/qcom-labibb-regulator.c:364:8-33: ERROR: Threaded IRQ with no primary han