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>
This commit is contained in:
Colin Ian King 2019-03-28 09:28:16 +00:00 committed by Mark Brown
parent ebbddc75bb
commit de70b2a581
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0
1 changed files with 1 additions and 1 deletions

View 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;
}