usb: msm_otg: Remove sleep waiting loop from the ci13xxx_wakeup function
When USB core exits from low power state in BAM to BAM mode, the
ci13xxx_wakeup function gets called from an atomic context and therefore
the usleep() call fails and an error message is returned. The fix is to
remove the usleep() call when the CI13XXX driver is used.
Change-Id: I102828523ed91dd765eb2e672bc33c9e5ce33e03
Signed-off-by:
Danny Segal <dsegal@codeaurora.org>
Loading
Please register or sign in to comment