Skip to content

Commit 8ffd48e

Browse files
committed
ASoC: codec: sma1307: replace spelling mistake with new error message
JIRA: https://issues.redhat.com/browse/RHEL-118909 commit 7cdadac Author: Colin Ian King <colin.i.king@gmail.com> Date: Fri Aug 8 11:53:24 2025 +0100 ASoC: codec: sma1307: replace spelling mistake with new error message 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> Signed-off-by: Jaroslav Kysela <jkysela@redhat.com>
1 parent 47c9349 commit 8ffd48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/codecs/sma1307.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1749,7 +1749,7 @@ static void sma1307_setting_loaded(struct sma1307_priv *sma1307, const char *fil
17491749
sma1307->set.header_size * sizeof(int));
17501750

17511751
if ((sma1307->set.checksum >> 8) != SMA1307_SETTING_CHECKSUM) {
1752-
dev_err(sma1307->dev, "%s: failed by dismatch \"%s\"\n",
1752+
dev_err(sma1307->dev, "%s: checksum failed \"%s\"\n",
17531753
__func__, setting_file);
17541754
sma1307->set.status = false;
17551755
return;

0 commit comments

Comments
 (0)