Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375959
b: refs/heads/master
c: 4b7e450
h: refs/heads/master
i:
  375957: 8eab55e
  375955: 79f4850
  375951: 14dafde
v: v3
  • Loading branch information
Wei Yongjun authored and Felipe Balbi committed May 15, 2013
1 parent cbff694 commit 57a6dc7
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: c8c18883ba8b8c7f2d9d463c8cf948b944e3c2df
refs/heads/master: 4b7e450fb5cefb5865c77999a675330206ab3b8a
3 changes: 2 additions & 1 deletion trunk/drivers/usb/musb/omap2430.c
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,8 @@ static int omap2430_probe(struct platform_device *pdev)
glue->control_otghs = omap_get_control_dev();
if (IS_ERR(glue->control_otghs)) {
dev_vdbg(&pdev->dev, "Failed to get control device\n");
return -ENODEV;
ret = PTR_ERR(glue->control_otghs);
goto err2;
}
} else {
glue->control_otghs = ERR_PTR(-ENODEV);
Expand Down

0 comments on commit 57a6dc7

Please sign in to comment.