Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162305
b: refs/heads/master
c: a7cd582
h: refs/heads/master
i:
  162303: dca10f0
v: v3
  • Loading branch information
Shan Wei authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent cb4273e commit 8b8bff9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 91c0f68ff6723cfa45aade768f89fac7c500cd0b
refs/heads/master: a7cd5829d8b3837755105d71f76a75cddf49003f
4 changes: 2 additions & 2 deletions trunk/drivers/staging/usbip/vhci_hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ static int vhci_urb_enqueue(struct usb_hcd *hcd, struct urb *urb,

if (type != PIPE_CONTROL || !ctrlreq) {
dev_err(dev, "invalid request to devnum 0\n");
ret = EINVAL;
ret = -EINVAL;
goto no_need_xmit;
}

Expand Down Expand Up @@ -653,7 +653,7 @@ static int vhci_urb_enqueue(struct usb_hcd *hcd, struct urb *urb,

usb_hcd_giveback_urb(vhci_to_hcd(the_controller), urb, urb->status);

return 0;
return ret;
}

/*
Expand Down

0 comments on commit 8b8bff9

Please sign in to comment.