Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}