Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303645
b: refs/heads/master
c: 1041ac1
h: refs/heads/master
i:
  303643: f0e092f
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 27, 2012
1 parent 5bd1275 commit 6290d08
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: 8ab60ea07d5dc2c8e9ba14bffd08db6243bf865f
refs/heads/master: 1041ac11981288a2e730c6f5d5383c596b366410
3 changes: 2 additions & 1 deletion trunk/drivers/usb/host/ohci-s3c2410.c
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,8 @@ ohci_s3c2410_start(struct usb_hcd *hcd)

ret = ohci_run(ohci);
if (ret < 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 6290d08

Please sign in to comment.