Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323094
b: refs/heads/master
c: 3cfc159
h: refs/heads/master
v: v3
  • Loading branch information
Devendra Naga authored and David S. Miller committed Sep 21, 2012
1 parent 84db5af commit a6aa89e
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: e3ac104d41a97b42316915020ba228c505447d21
refs/heads/master: 3cfc1590107a155218c97df0db3eb0a2bd7fda16
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/cadence/at91_ether.c
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@ static int __init at91ether_probe(struct platform_device *pdev)
/* Clock */
lp->ether_clk = clk_get(&pdev->dev, "ether_clk");
if (IS_ERR(lp->ether_clk)) {
res = -ENODEV;
res = PTR_ERR(lp->ether_clk);
goto err_ioumap;
}
clk_enable(lp->ether_clk);
Expand Down

0 comments on commit a6aa89e

Please sign in to comment.