Commit 766cc496 authored by Colin Ian King's avatar Colin Ian King Committed by Mark Brown

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

There is a spelling mistake in a dev_warn message. Fix this.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent adfebb51
......@@ -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];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment