Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278519
b: refs/heads/master
c: 5b1436c
h: refs/heads/master
i:
  278517: 4b43ba2
  278515: 6eaf334
  278511: fd4f37d
v: v3
  • Loading branch information
Lothar Waßmann authored and David S. Miller committed Dec 9, 2011
1 parent 2fae2b3 commit 9222277
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: a7dd3219b915577e12612ac5d269e1bd22c6fb65
refs/heads/master: 5b1436c1f94e591e240845edee835658ce98985e
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/freescale/fec.c
Original file line number Diff line number Diff line change
Expand Up @@ -1585,7 +1585,7 @@ fec_probe(struct platform_device *pdev)
}
}

fep->clk = clk_get(&pdev->dev, "fec_clk");
fep->clk = clk_get(&pdev->dev, NULL);
if (IS_ERR(fep->clk)) {
ret = PTR_ERR(fep->clk);
goto failed_clk;
Expand Down

0 comments on commit 9222277

Please sign in to comment.