Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322044
b: refs/heads/master
c: ae4d8cf
h: refs/heads/master
v: v3
  • Loading branch information
Kelvin Cheung authored and David S. Miller committed Aug 20, 2012
1 parent a2c5a8b commit 1d232b8
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: d92c7f8aabae913de16eb855b19cd2002c341896
refs/heads/master: ae4d8cf299dbea4ce387a01da6f723c4050b31a7
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2077,7 +2077,7 @@ struct stmmac_priv *stmmac_dvr_probe(struct device *device,
goto error_netdev_register;
}

priv->stmmac_clk = clk_get(priv->device, NULL);
priv->stmmac_clk = clk_get(priv->device, STMMAC_RESOURCE_NAME);
if (IS_ERR(priv->stmmac_clk)) {
pr_warning("%s: warning: cannot get CSR clock\n", __func__);
goto error_clk_get;
Expand Down

0 comments on commit 1d232b8

Please sign in to comment.