mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
364cc722c2
PD#SWPL-155224 Problem: irq: nobody cared (try booting with the irqpoll option) handlers: [<0000000065ca241a>] usb_hcd_irq Disabling IRQ #usb Solution: usb interrupt is coming, but the op_regs->status register equals 0, if exit directly, it may cause the status to remain at 0 and cause xhci to falsely hang. Verify: t3x Change-Id: I9b643c13b364ab86bb38384551bcb5008680c1ec Signed-off-by: he.he <he.he@amlogic.com>