projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43e0da3
)
ASoC: codec: sma1307: replace spelling mistake with new error message
author
Colin Ian King
<colin.i.king@gmail.com>
Fri, 8 Aug 2025 10:53:24 +0000
(11:53 +0100)
committer
Mark Brown
<broonie@kernel.org>
Sun, 10 Aug 2025 20:06:43 +0000
(21:06 +0100)
There is a spelling mistake in a failure message, replace the
message with something a little more meaningful.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link:
https://patch.msgid.link/20250808105324.829883-1-colin.i.king@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/sma1307.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/sma1307.c
b/sound/soc/codecs/sma1307.c
index b3d401ada1760185873d3630c31eb547113df1a8..6a601e7134ea2d484cf5a2b42979704af4147a16 100644
(file)
--- a/
sound/soc/codecs/sma1307.c
+++ b/
sound/soc/codecs/sma1307.c
@@
-1749,7
+1749,7
@@
static void sma1307_setting_loaded(struct sma1307_priv *sma1307, const char *fil
sma1307->set.header_size * sizeof(int));
if ((sma1307->set.checksum >> 8) != SMA1307_SETTING_CHECKSUM) {
- dev_err(sma1307->dev, "%s:
failed by dismatch
\"%s\"\n",
+ dev_err(sma1307->dev, "%s:
checksum failed
\"%s\"\n",
__func__, setting_file);
sma1307->set.status = false;
return;