1
0
Fork 0
alistair23-linux/sound/isa/wss
Takashi Iwai 7b69154171 ALSA: wss: Fix invalid snd_free_pages() at error path
Some spurious calls of snd_free_pages() have been overlooked and
remain in the error paths of wss driver code.  Since runtime->dma_area
is managed by the PCM core helper, we shouldn't release manually.

Drop the superfluous calls.

Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2018-11-24 19:55:59 +01:00
..
Makefile
wss_lib.c ALSA: wss: Fix invalid snd_free_pages() at error path 2018-11-24 19:55:59 +01:00