Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295180
b: refs/heads/master
c: 3a2fd4a
h: refs/heads/master
v: v3
  • Loading branch information
Masanari Iida authored and Linus Torvalds committed Mar 23, 2012
1 parent b67d2fe commit 9408090
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: 0b2f4d4d76a09f02fa37bfa57909483448fac771
refs/heads/master: 3a2fd4a14112452eb5c1a079ac8b3f4842762afe
2 changes: 1 addition & 1 deletion trunk/drivers/leds/leds-lp5521.c
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ static int __devinit lp5521_probe(struct i2c_client *client,
*/
lp5521_read(client, LP5521_REG_R_CURRENT, &buf);
if (buf != LP5521_REG_R_CURR_DEFAULT) {
dev_err(&client->dev, "error in reseting chip\n");
dev_err(&client->dev, "error in resetting chip\n");
goto fail2;
}
usleep_range(10000, 20000);
Expand Down

0 comments on commit 9408090

Please sign in to comment.