Commit 3a2fd4a1 authored by Masanari Iida's avatar Masanari Iida Committed by Linus Torvalds

drivers/leds/leds-lp5521.c: fix typo

"reseting" -> "resetting"
Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 0b2f4d4d
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment