Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303647
b: refs/heads/master
c: 3b8ca26
h: refs/heads/master
i:
  303645: 6290d08
  303643: f0e092f
  303639: 9b37925
  303631: ee02084
  303615: 4002188
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 27, 2012
1 parent 6fac6ee commit 82692af
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: f956c4da990e2f047d6477e2e325807309be613c
refs/heads/master: 3b8ca26fcc433cb41531660a30b6b86b79806da5
3 changes: 2 additions & 1 deletion trunk/drivers/usb/host/ohci-tmio.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ static int ohci_tmio_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 82692af

Please sign in to comment.