projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfced33
)
ASoC: codecs: hda: Fix spelling error in log message
author
Cezary Rojewski
<cezary.rojewski@intel.com>
Mon, 10 Oct 2022 12:19:55 +0000
(14:19 +0200)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/hda.c
b/sound/soc/codecs/hda.c
index 61e8e9be6b8d7c22dc9b7ad893dcff1a61ce4c36..a335e96cf53ace9efa69abc501a5a50ac7711b7b 100644
(file)
--- 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;
}