Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303665
b: refs/heads/master
c: 3b1f1ad
h: refs/heads/master
i:
  303663: ca17a6c
v: v3
  • Loading branch information
Paul Gortmaker authored and Greg Kroah-Hartman committed May 1, 2012
1 parent c18a105 commit 7e44b61
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: 6a23ccd216b6a8ba2c67a9f9d8969b4431ad2920
refs/heads/master: 3b1f1ad6d1a2b4dcbc8f0ad27b6dd05c3ca79d0e
3 changes: 2 additions & 1 deletion trunk/drivers/usb/host/ohci-au1xxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ static int __devinit ohci_au1xxx_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",
hcd->self.bus_name);
ohci_stop(hcd);
return ret;
}
Expand Down

0 comments on commit 7e44b61

Please sign in to comment.