mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-30 20:30:32 -04:00
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:
committed by
Mark Brown
parent
bfced33e1e
commit
62d0cee4e6
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user