1
0
Fork 0

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>
hifive-unleashed-5.1
Colin Ian King 2019-02-04 15:31:05 +00:00 committed by Mark Brown
parent adfebb51e1
commit 766cc4965a
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0
1 changed files with 1 additions and 1 deletions

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];