Unverified Commit 98418a08 authored by Ranjani Sridharan's avatar Ranjani Sridharan Committed by Mark Brown
Browse files
parent 4ccf0949
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1419,7 +1419,6 @@ static int sof_widget_unload(struct snd_soc_component *scomp,
	struct soc_bytes_ext *sbe;
	struct snd_sof_dai *dai;
	struct soc_enum *se;
	int ret = 0;
	int i;

	swidget = dobj->private;
@@ -1480,7 +1479,7 @@ static int sof_widget_unload(struct snd_soc_component *scomp,
	list_del(&swidget->list);
	kfree(swidget);

	return ret;
	return 0;
}

/*