Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287726
b: refs/heads/master
c: 218d06d
h: refs/heads/master
v: v3
  • Loading branch information
Shubhrajyoti Datta authored and Olof Johansson committed Feb 7, 2012
1 parent ab365f1 commit dcd1cac
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: f02432571ad52fcfb7e7c676d81f902a0351a8af
refs/heads/master: 218d06d79468ca2e6abf3679eea12d7d93d251ef
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 @@ -755,7 +755,7 @@ MODULE_DEVICE_TABLE(of, tegra_i2c_of_match);

static struct platform_driver tegra_i2c_driver = {
.probe = tegra_i2c_probe,
.remove = tegra_i2c_remove,
.remove = __devexit_p(tegra_i2c_remove),
#ifdef CONFIG_PM
.suspend = tegra_i2c_suspend,
.resume = tegra_i2c_resume,
Expand Down

0 comments on commit dcd1cac

Please sign in to comment.