aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/palmas.c
diff options
context:
space:
mode:
authorWillis Monroe <willismonroe@gmail.com>2017-04-11 09:10:06 -0700
committerLee Jones <lee.jones@linaro.org>2017-04-27 11:54:44 +0100
commitb5b086abe08cb88533cf2c14f7d8b22636657e28 (patch)
tree6aee05c2515478b362df885f10e322e31e3a682a /drivers/mfd/palmas.c
parentmfd: lpc_ich: Add support for Intel Gemini Lake SoC (diff)
downloadlinux-dev-b5b086abe08cb88533cf2c14f7d8b22636657e28.tar.xz
linux-dev-b5b086abe08cb88533cf2c14f7d8b22636657e28.zip
mfd: palmas: Fixed spelling mistake in error message
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>
Diffstat (limited to 'drivers/mfd/palmas.c')
-rw-r--r--drivers/mfd/palmas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/palmas.c b/drivers/mfd/palmas.c
index f0c559d9fa43..9103affedcbc 100644
--- 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 update failed: %d\n", ret);
goto err_i2c;
}