commit | 0eb80a862962e98a82e848c2b643da62a4d9b204 | [log] [tgz] |
---|---|---|
author | Manu Gautam <mgautam@codeaurora.org> | Tue Feb 05 12:09:18 2013 +0530 |
committer | Jay Chokshi <jchokshi@codeaurora.org> | Thu Feb 14 10:49:14 2013 -0800 |
tree | 04864f2934c2d84a1621b7c7f41e5f5b4e58b676 | |
parent | 9ba0829dede425b4780f223f2631eb00a0238115 [diff] |
USB: EHCI: Drop spinlock before calling ehci_halt Since, ehci_halt function now acquires ehci spinlock, hence, drop the lock before calling ehci_halt to avoid deadlock due to spinlock recursion. CRs-Fixed: 448127 Change-Id: Ieae78abbac8fcd7d98626776366776d0fbe77060 Signed-off-by: Manu Gautam <mgautam@codeaurora.org>