You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drivers/usb/host/ehci-fsl: Fix interrupt setup in host mode.
In patch a1a2b71 (Drop static setup of IRQ resource from DT
core) we stopped platform_get_resource() from returning the IRQ, as all
drivers were supposed to have switched to platform_get_irq()
Unfortunately the Freescale EHCI driver in host mode got missed. Fix
it.
Fixes: a1a2b71 ("of/platform: Drop static setup of IRQ resource from DT core")
Reported-by: Christian Zigotzky <[email protected]>
Suggested-by: Rob Herring <[email protected]>
Tested-by: Christian Zigotzky <[email protected]>
Acked-by: Rob Herring <[email protected]>
Acked-by: Alan Stern <[email protected]>
Signed-off-by: Darren Stevens <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
0 commit comments