diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2006-10-17 13:57:18 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-10-17 13:57:18 -0700 |
commit | 64f89798da35f43c6ef6afda0541e25034513458 (patch) | |
tree | 419546d28bac423277b504b3a94ed7da333490ca /drivers/usb/host/ehci-pci.c | |
parent | 4e4bc305e16440ab38060d61fbcb7d774881d2f1 (diff) | |
download | blackbird-op-linux-64f89798da35f43c6ef6afda0541e25034513458.tar.gz blackbird-op-linux-64f89798da35f43c6ef6afda0541e25034513458.zip |
USB: revert EHCI VIA workaround patch
This reverts 26f953fd884ea4879585287917f855c63c6b2666 which caused
resume problems on the mac mini.
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host/ehci-pci.c')
-rw-r--r-- | drivers/usb/host/ehci-pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c index 35e3fab6fc4e..e51c1ed81ac4 100644 --- a/drivers/usb/host/ehci-pci.c +++ b/drivers/usb/host/ehci-pci.c @@ -303,7 +303,7 @@ restart: /* emptying the schedule aborts any urbs */ spin_lock_irq(&ehci->lock); if (ehci->reclaim) - end_unlink_async (ehci); + ehci->reclaim_ready = 1; ehci_work(ehci); spin_unlock_irq(&ehci->lock); |