projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6450cb
)
mfd: palmas: Fixed spelling mistake in error message
author
Willis Monroe
<willismonroe@gmail.com>
Tue, 11 Apr 2017 16:10:06 +0000
(09:10 -0700)
committer
Lee Jones
<lee.jones@linaro.org>
Thu, 27 Apr 2017 10:54:44 +0000
(11:54 +0100)
Fixed a small spelling mistake ("updat" -> "update") in an error message.
Signed-off-by: Willis Monroe <willismonroe@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/palmas.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mfd/palmas.c
b/drivers/mfd/palmas.c
index f0c559d9fa4345d5f4cf279abaf943256bbcaeb0..9103affedcbc8f40765a3296238d6a39744d84ef 100644
(file)
--- a/
drivers/mfd/palmas.c
+++ b/
drivers/mfd/palmas.c
@@
-581,7
+581,7
@@
static int palmas_i2c_probe(struct i2c_client *i2c,
PALMAS_POLARITY_CTRL, PALMAS_POLARITY_CTRL_INT_POLARITY,
reg);
if (ret < 0) {
- dev_err(palmas->dev, "POLARITY_CTRL updat failed: %d\n", ret);
+ dev_err(palmas->dev, "POLARITY_CTRL updat
e
failed: %d\n", ret);
goto err_i2c;
}