mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-07 08:56:14 +02:00
fe28750ae5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10338 3c298f89-4303-0410-b956-a3cf2f4a3e73
15 lines
547 B
Diff
15 lines
547 B
Diff
Index: linux-2.6.24/drivers/usb/host/adm5120-q.c
|
|
===================================================================
|
|
--- linux-2.6.24.orig/drivers/usb/host/adm5120-q.c
|
|
+++ linux-2.6.24/drivers/usb/host/adm5120-q.c
|
|
@@ -48,8 +48,7 @@ __acquires(ahcd->lock)
|
|
/* urb->complete() can reenter this HCD */
|
|
usb_hcd_unlink_urb_from_ep(admhcd_to_hcd(ahcd), urb);
|
|
spin_unlock(&ahcd->lock);
|
|
- urb->status = status;
|
|
- usb_hcd_giveback_urb(admhcd_to_hcd(ahcd), urb);
|
|
+ usb_hcd_giveback_urb(admhcd_to_hcd(ahcd), urb, status);
|
|
spin_lock(&ahcd->lock);
|
|
}
|
|
|