Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149586
b: refs/heads/master
c: 6113c3a
h: refs/heads/master
v: v3
  • Loading branch information
Liam Girdwood committed Jun 15, 2009
1 parent 179f818 commit 90755a5
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: 0cbdf7bce5b98807b946d1a96956f30dcae24a50
refs/heads/master: 6113c3a5a63b8f0d5613b2a71cd1f5335a37b89a
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/lp3971.c
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ static struct i2c_driver lp3971_i2c_driver = {
.owner = THIS_MODULE,
},
.probe = lp3971_i2c_probe,
.remove = lp3971_i2c_remove,
.remove = __devexit_p(lp3971_i2c_remove),
.id_table = lp3971_i2c_id,
};

Expand Down

0 comments on commit 90755a5

Please sign in to comment.