Skip to content
Commit a4e5eed2 authored by Tian Tao's avatar Tian Tao Committed by Inki Dae
Browse files

drm/exynos: move to use request_irq by IRQF_NO_AUTOEN flag

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: default avatarTian Tao <tiantao6@hisilicon.com>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent 99e5730d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment