提交 b5b086ab 编写于 作者: W Willis Monroe 提交者: Lee Jones

mfd: palmas: Fixed spelling mistake in error message

Fixed a small spelling mistake ("updat" -> "update") in an error message.
Signed-off-by: NWillis Monroe <willismonroe@gmail.com>
Signed-off-by: NLee Jones <lee.jones@linaro.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册