Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303666
b: refs/heads/master
c: 50447d7
h: refs/heads/master
v: v3
  • Loading branch information
Paul Gortmaker authored and Greg Kroah-Hartman committed May 1, 2012
1 parent 7e44b61 commit 873bafd
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: 3b1f1ad6d1a2b4dcbc8f0ad27b6dd05c3ca79d0e
refs/heads/master: 50447d74fd2f402d5e4f3ab3fc362b5da273be10
3 changes: 2 additions & 1 deletion trunk/drivers/usb/host/ohci-pnx8550.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ ohci_pnx8550_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 873bafd

Please sign in to comment.