Commit b5b086ab authored by Willis Monroe's avatar Willis Monroe Committed by Lee Jones

mfd: palmas: Fixed spelling mistake in error message

Fixed a small spelling mistake ("updat" -> "update") in an error message.
Signed-off-by: default avatarWillis Monroe <willismonroe@gmail.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent a6450cb0
...@@ -581,7 +581,7 @@ static int palmas_i2c_probe(struct i2c_client *i2c, ...@@ -581,7 +581,7 @@ static int palmas_i2c_probe(struct i2c_client *i2c,
PALMAS_POLARITY_CTRL, PALMAS_POLARITY_CTRL_INT_POLARITY, PALMAS_POLARITY_CTRL, PALMAS_POLARITY_CTRL_INT_POLARITY,
reg); reg);
if (ret < 0) { 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; goto err_i2c;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment