We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee00330 commit 8b69dbaCopy full SHA for 8b69dba
sound/soc/amd/acp/acp3x-es83xx/acp3x-es83xx.c
@@ -222,7 +222,6 @@ static int acp3x_es83xx_resume_post(struct snd_soc_card *card)
222
223
static int acp3x_es83xx_configure_gpios(struct acp3x_es83xx_private *priv)
224
{
225
- int ret = 0;
226
227
priv->enable_spk_gpio.crs_entry_index = 0;
228
priv->enable_hp_gpio.crs_entry_index = 1;
@@ -245,7 +244,7 @@ static int acp3x_es83xx_configure_gpios(struct acp3x_es83xx_private *priv)
245
244
priv->enable_spk_gpio.active_low ? "low" : "high",
246
priv->enable_hp_gpio.crs_entry_index,
247
priv->enable_hp_gpio.active_low ? "low" : "high");
248
- return ret;
+ return 0;
249
}
250
251
static int acp3x_es83xx_configure_mics(struct acp3x_es83xx_private *priv)
0 commit comments