diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-08-26 13:52:33 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-09-01 16:01:41 -0400 |
commit | ab387b400872791d0e4d8652a08b44848b85e188 (patch) | |
tree | 1752ac9a4da174bfa9ab6f9f454c9d7fdb54afdf | |
parent | 29b4817d4018df78086157ea3a55c1d9424a7cfc (diff) |
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>
-rw-r--r-- | sound/soc/codecs/wm8962.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c index f3109da24769..97b02284f15d 100644 --- a/sound/soc/codecs/wm8962.c +++ b/sound/soc/codecs/wm8962.c | |||
@@ -3713,7 +3713,7 @@ static int wm8962_i2c_probe(struct i2c_client *i2c, | |||
3713 | ARRAY_SIZE(wm8962_dc_measure)); | 3713 | ARRAY_SIZE(wm8962_dc_measure)); |
3714 | if (ret != 0) | 3714 | if (ret != 0) |
3715 | dev_err(&i2c->dev, | 3715 | dev_err(&i2c->dev, |
3716 | "Failed to configure for DC mesurement: %d\n", | 3716 | "Failed to configure for DC measurement: %d\n", |
3717 | ret); | 3717 | ret); |
3718 | } | 3718 | } |
3719 | 3719 | ||