drm/exynos: move to use request_irq by IRQF_NO_AUTOEN flag
stable inclusion from stable-v5.10.180 commit f2656f437fb1981646d806a314df6eb937feba4f category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I8FC2O Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=f2656f437fb1981646d806a314df6eb937feba4f -------------------------------- commit a4e5eed2 upstream. After this patch cbe16f35 genirq: Add IRQF_NO_AUTOEN for request_irq/nmi() is merged. request_irq() after setting IRQ_NOAUTOEN as below irq_set_status_flags(irq, IRQ_NOAUTOEN); request_irq(dev, irq...); can be replaced by request_irq() with IRQF_NO_AUTOEN flag. v2: Fix the problem of using wrong flags Signed-off-by:Tian Tao <tiantao6@hisilicon.com> Signed-off-by:
Inki Dae <inki.dae@samsung.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by:
sanglipeng <sanglipeng1@jd.com>
Loading
Please sign in to comment