From aa4ed601b4ce28d13a78fc383f369d9b014d59f5 Mon Sep 17 00:00:00 2001 From: Alan Stern Date: Mon, 21 Aug 2006 11:58:50 -0400 Subject: [PATCH] --- yaml --- r: 33776 b: refs/heads/master c: 7ceb932f489e86b555258e5f7d7f061f9c1863eb h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/usb/host/uhci-q.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 1d2d59c1c299..65792c838b8a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 789851cf0005b946557340c9bbfc7728906cdbfc +refs/heads/master: 7ceb932f489e86b555258e5f7d7f061f9c1863eb diff --git a/trunk/drivers/usb/host/uhci-q.c b/trunk/drivers/usb/host/uhci-q.c index 66c3f61bc9d1..026dad06f82b 100644 --- a/trunk/drivers/usb/host/uhci-q.c +++ b/trunk/drivers/usb/host/uhci-q.c @@ -1348,7 +1348,7 @@ static void uhci_scan_qh(struct uhci_hcd *uhci, struct uhci_qh *qh, } uhci_giveback_urb(uhci, qh, urb, regs); - if (status < 0) + if (status < 0 && qh->type != USB_ENDPOINT_XFER_ISOC) break; }