diff options
author | Chuck Ebbert <cebbert@redhat.com> | 2011-02-10 20:02:57 -0500 |
---|---|---|
committer | Chuck Ebbert <cebbert@redhat.com> | 2011-02-10 20:02:57 -0500 |
commit | bad79d2eb0df483eebf20cbfece118014e20b892 (patch) | |
tree | 0d5987fc7301f96af3a762140bc6af48d80b33f6 /linux-2.6-ehci-check-port-status.patch | |
parent | 06c3e5f3f8e69ee18c8c93cfc21e20a9848d819a (diff) | |
download | kernel-bad79d2eb0df483eebf20cbfece118014e20b892.tar.gz kernel-bad79d2eb0df483eebf20cbfece118014e20b892.tar.xz kernel-bad79d2eb0df483eebf20cbfece118014e20b892.zip |
Linux 2.6.38-rc4-git3
Diffstat (limited to 'linux-2.6-ehci-check-port-status.patch')
-rw-r--r-- | linux-2.6-ehci-check-port-status.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-2.6-ehci-check-port-status.patch b/linux-2.6-ehci-check-port-status.patch index 6182c77cf..f3c5faf70 100644 --- a/linux-2.6-ehci-check-port-status.patch +++ b/linux-2.6-ehci-check-port-status.patch @@ -50,5 +50,5 @@ index 796ea0c..d9c0748 100644 - if (!suspending && (ehci_readl(ehci, &ehci->regs->status) & STS_PCD)) + if (!suspending && ehci_port_change(ehci)) usb_hcd_resume_root_hub(ehci_to_hcd(ehci)); - } + spin_unlock_irqrestore(&ehci->lock, flags); |