summaryrefslogtreecommitdiff
path: root/sound/pci
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-03-17 14:00:06 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2009-03-23 14:55:24 -0700
commit21c1a226c542d4dd3bd7e0c69a3f9b6d34e37392 (patch)
tree8aa4a8f831bd7e4d4bebf0bf4ee563a78f60b919 /sound/pci
parentcd0af9303b6953350278cbc650ad8173e8c0dc58 (diff)
downloadlinux-stable-21c1a226c542d4dd3bd7e0c69a3f9b6d34e37392.tar.gz
ALSA: Fix vunmap and free order in snd_free_sgbuf_pages()
commit 6af845e4eb36fb91b322aaf77ec1cab2220a48ad upstream. In snd_free_sgbuf_pags(), vunmap() is called after releasing the SG pages, and it causes errors on Xen as Xen manages the pages differently. Although no significant errors have been reported on the actual hardware, this order should be fixed other way round, first vunmap() then free pages. Cc: Jan Beulich <jbeulich@novell.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'sound/pci')
0 files changed, 0 insertions, 0 deletions