mfd: palmas: Fixed spelling mistake in error message
authorWillis Monroe <willismonroe@gmail.com>
Tue, 11 Apr 2017 16:10:06 +0000 (09:10 -0700)
committerLee Jones <lee.jones@linaro.org>
Thu, 27 Apr 2017 10:54:44 +0000 (11:54 +0100)
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>
drivers/mfd/palmas.c

index f0c559d..9103aff 100644 (file)
@@ -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;
        }