Skip to content

Commit

Permalink
ASoC: fsl: fix spelling mistake: "missign" -> "missing"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and Mark Brown committed Apr 1, 2019
1 parent ebbddc7 commit de70b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/fsl/imx-audmix.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit de70b2a

Please sign in to comment.