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

There is a spelling mistake in a dev_err error message. Fit it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Colin Ian King 2019-05-25 21:32:44 +01:00 committed by Mark Brown
parent be0461048b
commit 9aa37874d1
No known key found for this signature in database
GPG key ID: 24D68B725D5487D0

View file

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