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:
d34bffb
)
mfd: si476x-i2c: Fix spelling mistakes "Failet" and "gett"
author
Colin Ian King
<colin.king@canonical.com>
Fri, 28 Oct 2016 18:35:48 +0000
(19:35 +0100)
committer
Lee Jones
<lee.jones@linaro.org>
Tue, 29 Nov 2016 08:21:29 +0000
(08:21 +0000)
Trivial spelling mistake fixes in dev_err message.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/si476x-i2c.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mfd/si476x-i2c.c
b/drivers/mfd/si476x-i2c.c
index c180b7533bbad7e953db2ff4c627cf7102a5fb62..e6a3d999a376a68877933b6e3d7b8403e299e1d4 100644
(file)
--- a/
drivers/mfd/si476x-i2c.c
+++ b/
drivers/mfd/si476x-i2c.c
@@
-753,7
+753,7
@@
static int si476x_core_probe(struct i2c_client *client,
ARRAY_SIZE(core->supplies),
core->supplies);
if (rval) {
- dev_err(&client->dev, "Faile
t to get
t all of the regulators\n");
+ dev_err(&client->dev, "Faile
d to ge
t all of the regulators\n");
goto free_gpio;
}