diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-03-23 18:02:06 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-03-23 19:58:34 -0400 |
commit | 3a2fd4a14112452eb5c1a079ac8b3f4842762afe (patch) | |
tree | d6aa68330ae5a38fc05ad35c9633d2e9e5631f9c /drivers/leds/leds-lp5521.c | |
parent | 0b2f4d4d76a09f02fa37bfa57909483448fac771 (diff) |
drivers/leds/leds-lp5521.c: fix typo
"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>
Diffstat (limited to 'drivers/leds/leds-lp5521.c')
-rw-r--r-- | drivers/leds/leds-lp5521.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/leds-lp5521.c b/drivers/leds/leds-lp5521.c index d62a7982a5e6..c42c8f049565 100644 --- 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, | |||
694 | */ | 694 | */ |
695 | lp5521_read(client, LP5521_REG_R_CURRENT, &buf); | 695 | lp5521_read(client, LP5521_REG_R_CURRENT, &buf); |
696 | if (buf != LP5521_REG_R_CURR_DEFAULT) { | 696 | if (buf != LP5521_REG_R_CURR_DEFAULT) { |
697 | dev_err(&client->dev, "error in reseting chip\n"); | 697 | dev_err(&client->dev, "error in resetting chip\n"); |
698 | goto fail2; | 698 | goto fail2; |
699 | } | 699 | } |
700 | usleep_range(10000, 20000); | 700 | usleep_range(10000, 20000); |