summaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl
diff options
context:
space:
mode:
authorColin Ian King2019-03-28 10:28:16 +0100
committerMark Brown2019-04-01 10:05:03 +0200
commitde70b2a581125a8a627db6fdc1d7f9c05536fe84 (patch)
tree5f3c5b57d70dc7583034b5b68385492d6f4f12dd /sound/soc/fsl
parentASoC: Mediatek: MT8183: Add machine driver with DA7219 (diff)
downloadkernel-qcow2-linux-de70b2a581125a8a627db6fdc1d7f9c05536fe84.tar.gz
kernel-qcow2-linux-de70b2a581125a8a627db6fdc1d7f9c05536fe84.tar.xz
kernel-qcow2-linux-de70b2a581125a8a627db6fdc1d7f9c05536fe84.zip
ASoC: fsl: fix spelling mistake: "missign" -> "missing"
There is a spelling mistake in a dev_err message. Fix this. Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Mukesh Ojha <mojha@codeaurora.org> Acked-by: Viorel Suman <viorel.suman@nxp.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/fsl')
-rw-r--r--sound/soc/fsl/imx-audmix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/imx-audmix.c b/sound/soc/fsl/imx-audmix.c
index 72e37ca6cfbb..7983bd339c01 100644
--- a/sound/soc/fsl/imx-audmix.c
+++ b/sound/soc/fsl/imx-audmix.c
@@ -161,7 +161,7 @@ static int imx_audmix_probe(struct platform_device *pdev)
}
if (!audmix_np) {
- dev_err(&pdev->dev, "Missign DT node for parent device.\n");
+ dev_err(&pdev->dev, "Missing DT node for parent device.\n");
return -EINVAL;
}