Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373656
b: refs/heads/master
c: e9dd68c
h: refs/heads/master
v: v3
  • Loading branch information
Jingoo Han authored and Bryan Wu committed Apr 1, 2013
1 parent 6d4bece commit ee5f584
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: 6fd796279179608a4047099930a674c7379650cd
refs/heads/master: e9dd68cf148994bf2eb718c540a472170b1ad4d3
4 changes: 2 additions & 2 deletions trunk/drivers/leds/leds-bd2802.c
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ static int bd2802_probe(struct i2c_client *client,
return ret;
}

static int __exit bd2802_remove(struct i2c_client *client)
static int bd2802_remove(struct i2c_client *client)
{
struct bd2802_led *led = i2c_get_clientdata(client);
int i;
Expand Down Expand Up @@ -804,7 +804,7 @@ static struct i2c_driver bd2802_i2c_driver = {
.pm = BD2802_PM,
},
.probe = bd2802_probe,
.remove = __exit_p(bd2802_remove),
.remove = bd2802_remove,
.id_table = bd2802_id,
};

Expand Down

0 comments on commit ee5f584

Please sign in to comment.