projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b2f4d4
)
drivers/leds/leds-lp5521.c: fix typo
author
Masanari Iida
<standby24x7@gmail.com>
Fri, 23 Mar 2012 22:02:06 +0000
(15:02 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 23 Mar 2012 23:58:34 +0000
(16:58 -0700)
"reseting" -> "resetting"
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/leds/leds-lp5521.c
patch
|
blob
|
history
diff --git
a/drivers/leds/leds-lp5521.c
b/drivers/leds/leds-lp5521.c
index d62a7982a5e66ad25812e87c86773985c3ffc802..c42c8f049565c3ede221ad70f63f998fbe8affd7 100644
(file)
--- a/
drivers/leds/leds-lp5521.c
+++ b/
drivers/leds/leds-lp5521.c
@@
-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 reset
t
ing chip\n");
goto fail2;
}
usleep_range(10000, 20000);