Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28342
b: refs/heads/master
c: caa2a12
h: refs/heads/master
v: v3
  • Loading branch information
Franck Bui-Huu authored and Greg Kroah-Hartman committed Jun 21, 2006
1 parent fbda5b7 commit d3ad2e2
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c8155cc5d839838f8425dbea568fc537337176a7
refs/heads/master: caa2a1226741e023a103e091a7f6dce7c42e82ee
2 changes: 2 additions & 0 deletions trunk/drivers/usb/misc/usbtest.c
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,9 @@ static void ctrl_complete (struct urb *urb, struct pt_regs *regs)

if (u == urb || !u->dev)
continue;
spin_unlock(&ctx->lock);
status = usb_unlink_urb (u);
spin_lock(&ctx->lock);
switch (status) {
case -EINPROGRESS:
case -EBUSY:
Expand Down

0 comments on commit d3ad2e2

Please sign in to comment.