Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296840
b: refs/heads/master
c: f0447a6
h: refs/heads/master
v: v3
  • Loading branch information
Govindraj.R authored and Samuel Ortiz committed Mar 6, 2012
1 parent 12cffe1 commit d651cc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: cbb8c220e70d25d1108db39d7956b08a66492fad
refs/heads/master: f0447a690e2cfe005a605253cf6bdfa9b9fd5d6e
3 changes: 1 addition & 2 deletions trunk/drivers/mfd/omap-usb-host.c
Original file line number Diff line number Diff line change
Expand Up @@ -799,14 +799,13 @@ static int __devinit usbhs_omap_probe(struct platform_device *pdev)

platform_set_drvdata(pdev, omap);

omap_usbhs_init(dev);
ret = omap_usbhs_alloc_children(pdev);
if (ret) {
dev_err(dev, "omap_usbhs_alloc_children failed\n");
goto err_alloc;
}

omap_usbhs_init(dev);

goto end_probe;

err_alloc:
Expand Down

0 comments on commit d651cc9

Please sign in to comment.