Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319156
b: refs/heads/master
c: 1f09c67
h: refs/heads/master
v: v3
  • Loading branch information
Fabio Estevam authored and Wolfram Sang committed Jul 9, 2012
1 parent a8ade27 commit 0ef2340
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: a3f24c0dbd0b9a7624d077b3c1841dde267aaa6c
refs/heads/master: 1f09c672314f8180113429ff36cad09296c40a9f
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ static int __init i2c_imx_probe(struct platform_device *pdev)
}

/* Get I2C clock */
i2c_imx->clk = devm_clk_get(&pdev->dev, "i2c_clk");
i2c_imx->clk = devm_clk_get(&pdev->dev, NULL);
if (IS_ERR(i2c_imx->clk)) {
dev_err(&pdev->dev, "can't get I2C clock\n");
return PTR_ERR(i2c_imx->clk);
Expand Down

0 comments on commit 0ef2340

Please sign in to comment.