Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262919
b: refs/heads/master
c: 17d3e14
h: refs/heads/master
i:
  262917: df4669d
  262915: 088714b
  262911: 174b992
v: v3
  • Loading branch information
Arvid Brodin authored and Greg Kroah-Hartman committed Aug 8, 2011
1 parent 8525969 commit a9b2712
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 77636c86a600b83de01719efad83567e46d7e8ce
refs/heads/master: 17d3e145a4ad680b3d1b1c30d0696a5bbb2b65c4
3 changes: 3 additions & 0 deletions trunk/drivers/usb/host/isp1760-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1583,6 +1583,9 @@ static int isp1760_urb_dequeue(struct usb_hcd *hcd, struct urb *urb,
int retval = 0;

spin_lock_irqsave(&priv->lock, spinflags);
retval = usb_hcd_check_unlink_urb(hcd, urb, status);
if (retval)
goto out;

qh = urb->ep->hcpriv;
if (!qh) {
Expand Down

0 comments on commit a9b2712

Please sign in to comment.