From de70b2a581125a8a627db6fdc1d7f9c05536fe84 Mon Sep 17 00:00:00 2001 From: Colin Ian King Date: Thu, 28 Mar 2019 09:28:16 +0000 Subject: [PATCH] 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 Reviewed-by: Mukesh Ojha Acked-by: Viorel Suman Signed-off-by: Mark Brown --- sound/soc/fsl/imx-audmix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.11.0