From: Willis Monroe Date: Tue, 11 Apr 2017 16:10:06 +0000 (-0700) Subject: mfd: palmas: Fixed spelling mistake in error message X-Git-Tag: v4.12-rc1~113^2~9 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=b5b086abe08cb88533cf2c14f7d8b22636657e28;p=linux.git mfd: palmas: Fixed spelling mistake in error message Fixed a small spelling mistake ("updat" -> "update") in an error message. Signed-off-by: Willis Monroe Signed-off-by: Lee Jones --- 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; }