]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] i810_audio: fix release_region misordering in error exit from i810_probe
authorJohn W. Linville <linville@tuxdriver.com>
Thu, 4 Aug 2005 18:40:25 +0000 (14:40 -0400)
committerJeff Garzik <jgarzik@pobox.com>
Tue, 23 Aug 2005 05:38:22 +0000 (01:38 -0400)
commit7087e295543d3f6e161530e07982fd979e2d9efc
tree1afe8332ceea5ac34fa8ccd53c914c427e5894c3
parentf6fdd7d9c273bb2a20ab467cb57067494f932fa3
[PATCH] i810_audio: fix release_region misordering in error exit from i810_probe

Re-order release_region calls in i810_probe to properly unwind preceding
allocations.

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
sound/oss/i810_audio.c