OSDN Git Service

ASoC: cx2072x: fix spelling mistake "configued" -> "configured"
authorColin Ian King <colin.king@canonical.com>
Sat, 25 May 2019 20:32:44 +0000 (21:32 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 28 May 2019 14:53:42 +0000 (15:53 +0100)
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>
sound/soc/codecs/cx2072x.c

index ed76254..8b08308 100644 (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;
        }