Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303639
b: refs/heads/master
c: 8d6c85e
h: refs/heads/master
i:
  303637: c033494
  303635: 560ecbe
  303631: ee02084
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 27, 2012
1 parent 5b2e3fa commit 9b37925
Show file tree
Hide file tree
Showing 2 changed files with 3 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: bd0c092b728e6b7fc66e28637836ac07de93f421
refs/heads/master: 8d6c85e4a43234fa3c2b728aec5b4f688b83b078
3 changes: 2 additions & 1 deletion trunk/drivers/usb/host/ohci-ep93xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ static int __devinit ohci_ep93xx_start(struct usb_hcd *hcd)
return ret;

if ((ret = ohci_run(ohci)) < 0) {
err("can't start %s", hcd->self.bus_name);
dev_err(hcd->self.controller, "can't start %s\n",
hcd->self.bus_name);
ohci_stop(hcd);
return ret;
}
Expand Down

0 comments on commit 9b37925

Please sign in to comment.