ASoC: fsl: fix spelling mistake: "missign" -> "missing"
authorColin Ian King <colin.king@canonical.com>
Thu, 28 Mar 2019 09:28:16 +0000 (09:28 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 1 Apr 2019 08:05:03 +0000 (15:05 +0700)
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>
sound/soc/fsl/imx-audmix.c

index 72e37ca6cfbb28f6c24fb4aafc4a1fa6c952499f..7983bd339c0114cafd434c75442c2646fe7db222 100644 (file)
@@ -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;
        }