]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: echoaudio: Fix potential Oops in snd_echo_resume()
authorDinghao Liu <dinghao.liu@zju.edu.cn>
Thu, 13 Aug 2020 07:46:30 +0000 (15:46 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Aug 2020 11:07:42 +0000 (13:07 +0200)
commit4e4dd9ae19f61179fd40f3cd9f156c34a3d2d202
treecac678f95a27250b334a7cbac698cf49d975ccc7
parentd54df8d8a84321238e6f8557dd32a1b0eef8aa5c
ALSA: echoaudio: Fix potential Oops in snd_echo_resume()

[ Upstream commit 5a25de6df789cc805a9b8ba7ab5deef5067af47e ]

Freeing chip on error may lead to an Oops at the next time
the system goes to resume. Fix this by removing all
snd_echo_free() calls on error.

Fixes: 47b5d028fdce8 ("ALSA: Echoaudio - Add suspend support #2")
Signed-off-by: Dinghao Liu <dinghao.liu@zju.edu.cn>
Link: https://lore.kernel.org/r/20200813074632.17022-1-dinghao.liu@zju.edu.cn
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/pci/echoaudio/echoaudio.c