We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88dfbf commit 4e9a429Copy full SHA for 4e9a429
sound/soc/codecs/tas2780.c
@@ -39,7 +39,7 @@ static void tas2780_reset(struct tas2780_priv *tas2780)
39
usleep_range(2000, 2050);
40
}
41
42
- snd_soc_component_write(tas2780->component, TAS2780_SW_RST,
+ ret = snd_soc_component_write(tas2780->component, TAS2780_SW_RST,
43
TAS2780_RST);
44
if (ret)
45
dev_err(tas2780->dev, "%s:errCode:0x%x Reset error!\n",
0 commit comments