Loading sound/soc/soc-dapm.c +0 −1 Original line number Diff line number Diff line Loading @@ -254,7 +254,6 @@ static int dapm_kcontrol_data_alloc(struct snd_soc_dapm_widget *widget, static void dapm_kcontrol_free(struct snd_kcontrol *kctl) { struct dapm_kcontrol_data *data = snd_kcontrol_chip(kctl); kfree(data->widget); kfree(data->wlist); kfree(data); } Loading Loading
sound/soc/soc-dapm.c +0 −1 Original line number Diff line number Diff line Loading @@ -254,7 +254,6 @@ static int dapm_kcontrol_data_alloc(struct snd_soc_dapm_widget *widget, static void dapm_kcontrol_free(struct snd_kcontrol *kctl) { struct dapm_kcontrol_data *data = snd_kcontrol_chip(kctl); kfree(data->widget); kfree(data->wlist); kfree(data); } Loading