Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327093
b: refs/heads/master
c: ef61440
h: refs/heads/master
i:
  327091: 1463571
v: v3
  • Loading branch information
Rob Herring committed Sep 14, 2012
1 parent 69b2672 commit 6ce44c9
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: c3058c27fb761181ff2ee921d3626104c52ad81f
refs/heads/master: ef61440375b0b27661348922a6615e018c5ff143
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/pxa27x_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2508,7 +2508,7 @@ static int __init pxa_udc_probe(struct platform_device *pdev)
IRQF_SHARED, driver_name, udc);
if (retval != 0) {
dev_err(udc->dev, "%s: can't get irq %i, err %d\n",
driver_name, IRQ_USB, retval);
driver_name, udc->irq, retval);
goto err_irq;
}
retval = usb_add_gadget_udc(&pdev->dev, &udc->gadget);
Expand Down

0 comments on commit 6ce44c9

Please sign in to comment.