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

Commit ab387b40 authored by Colin Ian King's avatar Colin Ian King Committed by Mark Brown
Browse files

ASoC: wm8962: fix spelling mistake "mesurement" -> "measurement"



Trivial fix to spelling mistake in dev_err message.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Acked-by: default avatarCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 29b4817d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3713,7 +3713,7 @@ static int wm8962_i2c_probe(struct i2c_client *i2c,
					    ARRAY_SIZE(wm8962_dc_measure));
		if (ret != 0)
			dev_err(&i2c->dev,
				"Failed to configure for DC mesurement: %d\n",
				"Failed to configure for DC measurement: %d\n",
				ret);
	}