Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325847
b: refs/heads/master
c: 2ec15a6
h: refs/heads/master
i:
  325845: b750ca1
  325843: c957930
  325839: 77e0262
v: v3
  • Loading branch information
Julia Lawall authored and Greg Kroah-Hartman committed Sep 5, 2012
1 parent e70cba8 commit 9e5df37
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 952230d774bb2ff0682d0b8108091ffa7c546f8e
refs/heads/master: 2ec15a6fbe931a8e0b45a3b26f59b9eb2701b4d1
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/ohci-nxp.c
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ static int __devinit usb_hcd_nxp_probe(struct platform_device *pdev)
usb_otg_clk = clk_get(&pdev->dev, "ck_usb_otg");
if (IS_ERR(usb_otg_clk)) {
dev_err(&pdev->dev, "failed to acquire USB DEV Clock\n");
ret = PTR_ERR(usb_dev_clk);
ret = PTR_ERR(usb_otg_clk);
goto out6;
}

Expand Down

0 comments on commit 9e5df37

Please sign in to comment.