mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 22:08:33 -04:00
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>
This commit is contained in:
committed by
Mark Brown
parent
43e0da37d5
commit
7cdadac0d2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user