Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272209
b: refs/heads/master
c: 93f5398
h: refs/heads/master
i:
  272207: 4836d58
v: v3
  • Loading branch information
Axel Lin authored and Linus Torvalds committed Nov 1, 2011
1 parent 28f972a commit 4b484bf
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: fa0ea0e16f748e36d65931227188ccf07f2b77c7
refs/heads/master: 93f539822ed60e18cd7fb417bff4efa1833af9f2
2 changes: 1 addition & 1 deletion trunk/drivers/leds/leds-lm3530.c
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ MODULE_DEVICE_TABLE(i2c, lm3530_id);

static struct i2c_driver lm3530_i2c_driver = {
.probe = lm3530_probe,
.remove = lm3530_remove,
.remove = __devexit_p(lm3530_remove),
.id_table = lm3530_id,
.driver = {
.name = LM3530_NAME,
Expand Down

0 comments on commit 4b484bf

Please sign in to comment.