Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280892
b: refs/heads/master
c: 37332ee
h: refs/heads/master
v: v3
  • Loading branch information
Kuninori Morimoto authored and Felipe Balbi committed Dec 12, 2011
1 parent 2065f0f commit 465c201
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 2bcb75144027fcee878319de87a967a4dec49403
refs/heads/master: 37332ee0dfb017aea566047be945d6fd3531c713
4 changes: 3 additions & 1 deletion trunk/drivers/usb/renesas_usbhs/mod_host.c
Original file line number Diff line number Diff line change
Expand Up @@ -760,8 +760,10 @@ static int usbhsh_urb_enqueue(struct usb_hcd *hcd,
*/
if (!usbhsh_usbv_to_udev(usbv)) {
new_udev = usbhsh_device_attach(hpriv, urb);
if (!new_udev)
if (!new_udev) {
ret = -EIO;
goto usbhsh_urb_enqueue_error_not_linked;
}
}

/*
Expand Down

0 comments on commit 465c201

Please sign in to comment.