Skip to content

Commit 7cdadac

Browse files
ColinIanKingbroonie
authored andcommitted
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 <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 43e0da3 commit 7cdadac

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)