ASoC: wm8962: fix spelling mistake "mesurement" -> "measurement"
Trivial fix to spelling mistake in dev_err message. Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
29b4817d40
commit
ab387b4008
|
@ -3713,7 +3713,7 @@ static int wm8962_i2c_probe(struct i2c_client *i2c,
|
||||||
ARRAY_SIZE(wm8962_dc_measure));
|
ARRAY_SIZE(wm8962_dc_measure));
|
||||||
if (ret != 0)
|
if (ret != 0)
|
||||||
dev_err(&i2c->dev,
|
dev_err(&i2c->dev,
|
||||||
"Failed to configure for DC mesurement: %d\n",
|
"Failed to configure for DC measurement: %d\n",
|
||||||
ret);
|
ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue