回复:[PATCH] drm/omap: dsi: Add missing IRQF_ONESHOT

2021-04-16 Thread Yang.Lee
. -- 发件人: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

Re: [PATCH] drm/omap: dsi: Add missing IRQF_ONESHOT

2021-04-16 Thread Krzysztof Kozlowski
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

[PATCH] drm/omap: dsi: Add missing IRQF_ONESHOT

2021-03-22 Thread Yang Li
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