projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adfebb5
)
ASoC: mediatek: btcvsd: fix spelling mistake "offest" -> "offset"
author
Colin Ian King
<colin.king@canonical.com>
Mon, 4 Feb 2019 15:31:05 +0000
(15:31 +0000)
committer
Mark Brown
<broonie@kernel.org>
Mon, 4 Feb 2019 16:12:03 +0000
(17:12 +0100)
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>
sound/soc/mediatek/common/mtk-btcvsd.c
patch
|
blob
|
history
diff --git
a/sound/soc/mediatek/common/mtk-btcvsd.c
b/sound/soc/mediatek/common/mtk-btcvsd.c
index
349a912
..
e408c1b
100644
(file)
--- a/
sound/soc/mediatek/common/mtk-btcvsd.c
+++ b/
sound/soc/mediatek/common/mtk-btcvsd.c
@@
-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 off
es
t fail, ret %d\n", __func__, ret);
+ dev_warn(dev, "%s(), get off
se
t fail, ret %d\n", __func__, ret);
return ret;
}
btcvsd->infra_misc_offset = offset[0];