Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303643
b: refs/heads/master
c: fc6d9ec
h: refs/heads/master
i:
  303641: 024915b
  303639: 9b37925
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 27, 2012
1 parent d6a8f82 commit f0e092f
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: 1d55b768c6f5c6a0461a31ae33c0b2bdb686562d
refs/heads/master: fc6d9ec564f18d83158732e8faebeb73e26a8274
3 changes: 2 additions & 1 deletion trunk/drivers/usb/host/ohci-ppc-soc.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ ohci_ppc_soc_start(struct usb_hcd *hcd)
return ret;

if ((ret = ohci_run(ohci)) < 0) {
err("can't start %s", ohci_to_hcd(ohci)->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 f0e092f

Please sign in to comment.