ASoC: codecs: hda: Fix spelling error in log message
authorCezary Rojewski <cezary.rojewski@intel.com>
Mon, 10 Oct 2022 12:19:55 +0000 (14:19 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 17 Oct 2022 11:50:17 +0000 (12:50 +0100)
To improve readability.

Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://lore.kernel.org/r/20221010121955.718168-16-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/hda.c

index 61e8e9b..a335e96 100644 (file)
@@ -213,7 +213,7 @@ static int hda_codec_probe(struct snd_soc_component *component)
 
        patch = (hda_codec_patch_t)codec->preset->driver_data;
        if (!patch) {
-               dev_err(&hdev->dev, "no patch specified?\n");
+               dev_err(&hdev->dev, "no patch specified\n");
                ret = -EINVAL;
                goto err;
        }