Commit 9aa37874 authored by Colin Ian King's avatar Colin Ian King Committed by Mark Brown

ASoC: cx2072x: fix spelling mistake "configued" -> "configured"

There is a spelling mistake in a dev_err error message. Fit it.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Reviewed-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent be046104
......@@ -933,7 +933,7 @@ static int cx2072x_hw_params(struct snd_pcm_substream *substream,
return frame_size;
if (cx2072x->mclk_rate == 0) {
dev_err(dev, "Master clock rate is not configued\n");
dev_err(dev, "Master clock rate is not configured\n");
return -EINVAL;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment