ASoC: codecs: hda: Fix spelling error in log message

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>
This commit is contained in:
Cezary Rojewski 2022-10-10 14:19:55 +02:00 committed by Mark Brown
parent bfced33e1e
commit 62d0cee4e6
No known key found for this signature in database
GPG key ID: 24D68B725D5487D0

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