ASoC: mediatek: btcvsd: fix spelling mistake "offest" -> "offset"

There is a spelling mistake in a dev_warn message. Fix this.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Colin Ian King
2019-02-04 15:31:05 +00:00
committed by Mark Brown
parent adfebb51e1
commit 766cc4965a
+1 -1
View File
@@ -1309,7 +1309,7 @@ static int mtk_btcvsd_snd_probe(struct platform_device *pdev)
offset,
ARRAY_SIZE(offset));
if (ret) {
dev_warn(dev, "%s(), get offest fail, ret %d\n", __func__, ret);
dev_warn(dev, "%s(), get offset fail, ret %d\n", __func__, ret);
return ret;
}
btcvsd->infra_misc_offset = offset[0];