Loading asoc/msm8952.c +2 −1 Original line number Diff line number Diff line Loading @@ -242,12 +242,13 @@ static int msm8952_wsa_switch_event(struct snd_soc_dapm_widget *w, __func__); return ret; } if (atomic_dec_return(&supply->ref) == 0) if (atomic_dec_return(&supply->ref) == 0) { ret = regulator_disable(supply->supply); if (ret) dev_err(codec->component.card->dev, "%s: Failed to disable wsa switch supply\n", __func__); } break; default: break; Loading asoc/codecs/wsa881x-analog.c +1 −1 File changed.Contains only whitespace changes. Show changes Loading
asoc/msm8952.c +2 −1 Original line number Diff line number Diff line Loading @@ -242,12 +242,13 @@ static int msm8952_wsa_switch_event(struct snd_soc_dapm_widget *w, __func__); return ret; } if (atomic_dec_return(&supply->ref) == 0) if (atomic_dec_return(&supply->ref) == 0) { ret = regulator_disable(supply->supply); if (ret) dev_err(codec->component.card->dev, "%s: Failed to disable wsa switch supply\n", __func__); } break; default: break; Loading