.
--
发件人:Krzysztof Kozlowski
发送时间:2021年4月16日(星期五) 17:07
收件人:Yang Li
抄 送:tomba ; airlied ; daniel
; dri-devel ;
linux-ker...@vger.kernel.org
主 题:Re: [PATCH] drm/omap: dsi: Add missing IRQF_ONESHOT
On Mon, 22 Mar 2021 at 09:53, Yang Li wrote:
>
> fixed the fol
On Mon, 22 Mar 2021 at 09:53, Yang Li wrote:
>
> fixed the following coccicheck:
> ./drivers/gpu/drm/omapdrm/dss/dsi.c:4329:7-27: ERROR: Threaded IRQ with
> no primary handler requested without IRQF_ONESHOT
>
> Make sure threaded IRQs without a primary handler are always request
> with IRQF_ONESHO
fixed the following coccicheck:
./drivers/gpu/drm/omapdrm/dss/dsi.c:4329:7-27: ERROR: Threaded IRQ with
no primary handler requested without IRQF_ONESHOT
Make sure threaded IRQs without a primary handler are always request
with IRQF_ONESHOT
Reported-by: Abaci Robot
Signed-off-by: Yang Li
---
d