Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75723c5c authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "asoc: Fix compilation issues"

parents 082e5641 1afa1bb6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1

File changed.

Contains only whitespace changes.