Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295187
b: refs/heads/master
c: 42960b7
h: refs/heads/master
i:
  295185: 3b9af25
  295183: db5d1c2
v: v3
  • Loading branch information
Srinidhi KASAGAR authored and Linus Torvalds committed Mar 23, 2012
1 parent d54a4f0 commit 93d283b
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: 32a2f747ddf58b0f9ad786c4f3853b1ca7750cf9
refs/heads/master: 42960b76d2c6a44d7e8000f4eb9a4ca1780059ff
2 changes: 1 addition & 1 deletion trunk/drivers/leds/leds-lp5521.c
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ static int __devinit lp5521_probe(struct i2c_client *client,
* otherwise further access to the R G B channels in the
* LP5521_REG_ENABLE register will not have any effect - strange!
*/
lp5521_read(client, LP5521_REG_R_CURRENT, &buf);
ret = lp5521_read(client, LP5521_REG_R_CURRENT, &buf);
if (buf != LP5521_REG_R_CURR_DEFAULT) {
dev_err(&client->dev, "error in resetting chip\n");
goto fail2;
Expand Down

0 comments on commit 93d283b

Please sign in to comment.