Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254111
b: refs/heads/master
c: 33721bd
h: refs/heads/master
i:
  254109: f5a4e28
  254107: f495268
  254103: 0039840
  254095: 9b5c704
  254079: c1f2072
v: v3
  • Loading branch information
Ralf Baechle authored and Linus Torvalds committed Jun 28, 2011
1 parent 28ede49 commit 0a3940b
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: 5286bd953645408634daa880d04c73dd18d0224a
refs/heads/master: 33721bd3d00e7a235f70ba4ec19eb64bcd060c0b
4 changes: 2 additions & 2 deletions trunk/drivers/leds/leds-lp5523.c
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ static int __init lp5523_init_engine(struct lp5523_engine *engine, int id)
return 0;
}

static int __init lp5523_init_led(struct lp5523_led *led, struct device *dev,
static int __devinit lp5523_init_led(struct lp5523_led *led, struct device *dev,
int chan, struct lp5523_platform_data *pdata)
{
char name[32];
Expand Down Expand Up @@ -872,7 +872,7 @@ static int __init lp5523_init_led(struct lp5523_led *led, struct device *dev,

static struct i2c_driver lp5523_driver;

static int lp5523_probe(struct i2c_client *client,
static int __devinit lp5523_probe(struct i2c_client *client,
const struct i2c_device_id *id)
{
struct lp5523_chip *chip;
Expand Down

0 comments on commit 0a3940b

Please sign in to comment.