Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325848
b: refs/heads/master
c: 1a35d9d
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Greg Kroah-Hartman committed Sep 5, 2012
1 parent 9e5df37 commit de78251
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: 2ec15a6fbe931a8e0b45a3b26f59b9eb2701b4d1
refs/heads/master: 1a35d9df80c0e45afd764f0214e41f27a8a2fce7
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/lpc32xx_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3208,7 +3208,7 @@ static int __init lpc32xx_udc_probe(struct platform_device *pdev)
udc->usb_otg_clk = clk_get(&pdev->dev, "ck_usb_otg");
if (IS_ERR(udc->usb_otg_clk)) {
dev_err(udc->dev, "failed to acquire USB otg clock\n");
retval = PTR_ERR(udc->usb_slv_clk);
retval = PTR_ERR(udc->usb_otg_clk);
goto usb_otg_clk_get_fail;
}

Expand Down

0 comments on commit de78251

Please sign in to comment.