Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319159
b: refs/heads/master
c: 9dce4bc
h: refs/heads/master
i:
  319157: ee899fd
  319155: a8ade27
  319151: b2a425e
v: v3
  • Loading branch information
Laxman Dewangan authored and Wolfram Sang committed Jul 12, 2012
1 parent 425a150 commit ae2e5a7
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: 57c0dc3e69439a2ddf239226c318d676da773492
refs/heads/master: 9dce4bcaaabce28f7b188e4fa4fda3ea74ae5a0d
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-tegra.c
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ static int __devinit tegra_i2c_probe(struct platform_device *pdev)
ret = i2c_add_numbered_adapter(&i2c_dev->adapter);
if (ret) {
dev_err(&pdev->dev, "Failed to add I2C adapter\n");
clk_disable(i2c_dev->i2c_clk);
clk_disable_unprepare(i2c_dev->i2c_clk);
return ret;
}

Expand Down

0 comments on commit ae2e5a7

Please sign in to comment.