Incase of an unknown event we were directly returning but we missed
freeing params.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Sudip Mukherjee 2015-09-10 18:01:44 +05:30 коммит произвёл Mark Brown
Родитель 91931320cf
Коммит 75881df3fd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3501,7 +3501,7 @@ static int snd_soc_dai_link_event(struct snd_soc_dapm_widget *w,
default:
WARN(1, "Unknown event %d\n", event);
return -EINVAL;
ret = -EINVAL;
}
out: