summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/imx-audmix.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-03-28 09:28:16 +0000
committerMark Brown <broonie@kernel.org>2019-04-01 15:05:03 +0700
commitde70b2a581125a8a627db6fdc1d7f9c05536fe84 (patch)
tree5f3c5b57d70dc7583034b5b68385492d6f4f12dd /sound/soc/fsl/imx-audmix.c
parentebbddc75bbe8d8eab64d3285b0480f5ae9232b2e (diff)
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/imx-audmix.c')
-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;
}