[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231013110239.473123-1-roy.chateau@mep-info.com>
Date: Fri, 13 Oct 2023 13:02:39 +0200
From: Roy Chateau <roy.chateau@...-info.com>
To: unlisted-recipients:; (no To-header on input)
Cc: roy.chateau@...-info.com, Shenghao Ding <shenghao-ding@...com>,
Kevin Lu <kevin-lu@...com>, Baojun Xu <baojun.xu@...com>,
Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Jaroslav Kysela <perex@...ex.cz>,
Takashi Iwai <tiwai@...e.com>, alsa-devel@...a-project.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] ASoC: codecs: tas2780: Fix log of failed reset via I2C.
Correctly log failures of reset via I2C.
Signed-off-by: Roy Chateau <roy.chateau@...-info.com>
---
sound/soc/codecs/tas2780.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/codecs/tas2780.c b/sound/soc/codecs/tas2780.c
index 86bd6c18a944..41076be23854 100644
--- a/sound/soc/codecs/tas2780.c
+++ b/sound/soc/codecs/tas2780.c
@@ -39,7 +39,7 @@ static void tas2780_reset(struct tas2780_priv *tas2780)
usleep_range(2000, 2050);
}
- snd_soc_component_write(tas2780->component, TAS2780_SW_RST,
+ ret = snd_soc_component_write(tas2780->component, TAS2780_SW_RST,
TAS2780_RST);
if (ret)
dev_err(tas2780->dev, "%s:errCode:0x%x Reset error!\n",
--
2.39.2
Powered by blists - more mailing lists