soundwire: qcom: Use IRQF_ONESHOT
authorSamuel Zou <zou_wei@huawei.com>
Wed, 6 May 2020 03:25:53 +0000 (11:25 +0800)
committerVinod Koul <vkoul@kernel.org>
Mon, 11 May 2020 06:09:54 +0000 (11:39 +0530)
commit4f1738f4c24b4485b899ccd9dbdd4f2fcbe6af2d
treef7b87272f567b0ce779f8f27ecc5436898f33368
parentf48f4fd9fefb1e3a2f6bc249aef88f951be58e17
soundwire: qcom: Use IRQF_ONESHOT

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 <hulkci@huawei.com>
Signed-off-by: Samuel Zou <zou_wei@huawei.com>
Link: https://lore.kernel.org/r/1588735553-34219-1-git-send-email-zou_wei@huawei.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/soundwire/qcom.c