ASoC: codecs: tas2780: Fix log of failed reset via I2C.
authorRoy Chateau <roy.chateau@mep-info.com>
Fri, 13 Oct 2023 11:02:39 +0000 (13:02 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 13 Oct 2023 15:41:16 +0000 (16:41 +0100)
Correctly log failures of reset via I2C.

Signed-off-by: Roy Chateau <roy.chateau@mep-info.com>
Link: https://lore.kernel.org/r/20231013110239.473123-1-roy.chateau@mep-info.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tas2780.c

index 86bd6c1..41076be 100644 (file)
@@ -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",