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

Commit df3c63d3 authored by Mark Brown's avatar Mark Brown
Browse files

Merge remote-tracking branch 'asoc/fix/rcar' into asoc-linus

parents 7dfe7e18 0ea617a2
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1030,10 +1030,8 @@ static int __rsnd_kctrl_new(struct rsnd_mod *mod,
		return -ENOMEM;

	ret = snd_ctl_add(card, kctrl);
	if (ret < 0) {
		snd_ctl_free_one(kctrl);
	if (ret < 0)
		return ret;
	}

	cfg->update = update;
	cfg->card = card;