Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298688
b: refs/heads/master
c: 1887ab2
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Ferre committed Apr 4, 2012
1 parent aa18714 commit da060ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: 0ee6d1eeef7bf4e08aba37bf1da377b25e8d853a
refs/heads/master: 1887ab2bf236596a5ac7c0e7a90127b468c24081
7 changes: 3 additions & 4 deletions trunk/drivers/usb/host/ohci-at91.c
Original file line number Diff line number Diff line change
Expand Up @@ -552,10 +552,9 @@ static int ohci_hcd_at91_drv_probe(struct platform_device *pdev)
int gpio;
int ret;

i = ohci_at91_of_init(pdev);

if (i)
return i;
ret = ohci_at91_of_init(pdev);
if (ret)
return ret;

pdata = pdev->dev.platform_data;

Expand Down

0 comments on commit da060ae

Please sign in to comment.