Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325892
b: refs/heads/master
c: 44fd6c0
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Felipe Balbi committed Aug 31, 2012
1 parent 1e50719 commit 7edaf0d
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: 85b8614d722389202af298e1bf8a599c431fef19
refs/heads/master: 44fd6c0266d3ec752be1bf003015544ea45f473f
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 @@ -3176,7 +3176,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 7edaf0d

Please sign in to comment.