Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233127
b: refs/heads/master
c: 3e434a8
h: refs/heads/master
i:
  233125: 8ac637a
  233123: 756ea7e
  233119: d54cf07
v: v3
  • Loading branch information
Jarkko Nikula authored and Felipe Balbi committed Feb 1, 2011
1 parent 7dca985 commit ee471a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 5f5761cb8e77f2f2321b7847eef9629e6896cd47
refs/heads/master: 3e434a86cb21fba95d86b8d756997c235eade037
6 changes: 3 additions & 3 deletions trunk/drivers/usb/host/ehci-omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ static int ehci_hcd_omap_probe(struct platform_device *pdev)
hcd = usb_create_hcd(&ehci_omap_hc_driver, &pdev->dev,
dev_name(&pdev->dev));
if (!hcd) {
dev_dbg(&pdev->dev, "failed to create hcd with err %d\n", ret);
dev_err(&pdev->dev, "failed to create hcd with err %d\n", ret);
ret = -ENOMEM;
goto err_create_hcd;
}
Expand Down Expand Up @@ -864,7 +864,7 @@ static int ehci_hcd_omap_probe(struct platform_device *pdev)

ret = omap_start_ehc(omap, hcd);
if (ret) {
dev_dbg(&pdev->dev, "failed to start ehci\n");
dev_err(&pdev->dev, "failed to start ehci with err %d\n", ret);
goto err_start;
}

Expand All @@ -879,7 +879,7 @@ static int ehci_hcd_omap_probe(struct platform_device *pdev)

ret = usb_add_hcd(hcd, irq, IRQF_DISABLED | IRQF_SHARED);
if (ret) {
dev_dbg(&pdev->dev, "failed to add hcd with err %d\n", ret);
dev_err(&pdev->dev, "failed to add hcd with err %d\n", ret);
goto err_add_hcd;
}

Expand Down

0 comments on commit ee471a3

Please sign in to comment.