Re: [PATCH -next] soundwire: qcom: Use IRQF_ONESHOT

2020-05-10 Thread Vinod Koul
On 06-05-20, 11:25, Samuel Zou wrote: > Fixes coccicheck error: > > drivers/soundwire/qcom.c:815:7-32: ERROR: Threaded IRQ with > no primary handler requested without IRQF_ONESHOT Applied, thanks -- ~Vinod

[PATCH -next] soundwire: qcom: Use IRQF_ONESHOT

2020-05-05 Thread Samuel Zou
Fixes coccicheck error: drivers/soundwire/qcom.c:815:7-32: ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT Reported-by: Hulk Robot Signed-off-by: Samuel Zou --- drivers/soundwire/qcom.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/sou