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

Skip to content
Commit 164b814b authored by Guang Jian Zeng's avatar Guang Jian Zeng
Browse files

usb: xhci_msm_hsic: Fix the issue between remove and completion handler



This is an issue between xhci_remove fucntion and completion handler.
If the xhci remove is happened before xhci_bus_suspend completion handler
is done, then the system is possible to have IN_L2_IRQ timeout. Then the
panic is generated. In order to avoid system have 5s timeout and panic,
using wait_event_interruptible_timeout way to instead of completion
handler.

CRs-fixed: 647545
Change-Id: I3243bd754e059237ba179282ae9200a1c825de74
Signed-off-by: default avatarGuang Jian Zeng <gzeng@codeaurora.org>
parent 792ce78d
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