Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259012
b: refs/heads/master
c: 19ab5cb
h: refs/heads/master
v: v3
  • Loading branch information
Linus Walleij authored and Linus Torvalds committed Jul 26, 2011
1 parent c8f5f1b commit d541059
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 05ed8490812a2f2b93da5d8e29fd2a1a9a87deb0
refs/heads/master: 19ab5cb8fb14a44a4eb0b532ddc3658b055d84f9
4 changes: 2 additions & 2 deletions trunk/drivers/leds/leds-lp5521.c
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ static int __devinit lp5521_probe(struct i2c_client *client,
return ret;
}

static int lp5521_remove(struct i2c_client *client)
static int __devexit lp5521_remove(struct i2c_client *client)
{
struct lp5521_chip *chip = i2c_get_clientdata(client);
int i;
Expand Down Expand Up @@ -775,7 +775,7 @@ static struct i2c_driver lp5521_driver = {
.name = "lp5521",
},
.probe = lp5521_probe,
.remove = lp5521_remove,
.remove = __devexit_p(lp5521_remove),
.id_table = lp5521_id,
};

Expand Down

0 comments on commit d541059

Please sign in to comment.