Commit 98418a08 authored by Ranjani Sridharan's avatar Ranjani Sridharan Committed by Mark Brown
parent 4ccf0949
......@@ -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;
}
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment