aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCezary Rojewski <[email protected]>2022-10-10 14:19:55 +0200
committerMark Brown <[email protected]>2022-10-17 12:50:17 +0100
commit62d0cee4e6f592a8c6da9e969f404e907ae65d88 (patch)
treedb588231cf75b95e80bc4e3560dca5375f53e4ae
parentbfced33e1eb868b1085c7cfadfb71e6e497059cb (diff)
ASoC: codecs: hda: Fix spelling error in log message
To improve readability. Signed-off-by: Cezary Rojewski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
-rw-r--r--sound/soc/codecs/hda.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/hda.c b/sound/soc/codecs/hda.c
index 61e8e9be6b8d..a335e96cf53a 100644
--- a/sound/soc/codecs/hda.c
+++ b/sound/soc/codecs/hda.c
@@ -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;
}