Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit c762ca7a authored by Mayank Rana's avatar Mayank Rana
Browse files

dwc3: core: Disable dwc3 IRQ explicitly with dwc3_probe() API



Commit 04c848d3 ("genirq: Warn when IRQ_NOAUTOEN is used with shared
interrupts") added WARN_ON() when driver is requesting shared IRQ after
setting IRQ_NOAUTOEN flag. USB controller interrupt is shared IRQ and
controller driver does use IRQ_NOAUTOEN flag before requesting irq. This
results into WARN_ON() with dwc3_probe(). Fix WARN_ON() by using
disable_irq() explicitly instead of setting IRQ_NOAUTOEN flag.

Change-Id: I1d166d04d724ef0f3cce322dbe80398f51bf894f
Signed-off-by: default avatarMayank Rana <mrana@codeaurora.org>
parent 0ba27bd6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment