diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-03-28 12:28:16 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-04-01 11:05:03 +0300 |
commit | de70b2a581125a8a627db6fdc1d7f9c05536fe84 (patch) | |
tree | 5f3c5b57d70dc7583034b5b68385492d6f4f12dd /sound/soc/fsl/imx-audmix.c | |
parent | ebbddc75bbe8d8eab64d3285b0480f5ae9232b2e (diff) | |
download | linux-de70b2a581125a8a627db6fdc1d7f9c05536fe84.tar.xz |
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.c | 2 |
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; } |