linux-stable/sound/ac97
Ding Xiang 602744097b ALSA: ac97: Fix double free of ac97_codec_device
commit 607975b30d upstream.

put_device will call ac97_codec_release to free
ac97_codec_device and other resources, so remove the kfree
and other redundant code.

Fixes: 74426fbff6 ("ALSA: ac97: add an ac97 bus")
Signed-off-by: Ding Xiang <dingxiang@cmss.chinamobile.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-07-31 07:27:11 +02:00
..
ac97_core.h
bus.c ALSA: ac97: Fix double free of ac97_codec_device 2019-07-31 07:27:11 +02:00
codec.c
Kconfig
Makefile
snd_ac97_compat.c ALSA: ac97: fix device initialization in the compat layer 2018-08-19 18:34:31 +02:00