commit | 855fc73bf81e8f99606d6f5914c5b7c3b079d718 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Mon Sep 25 02:54:46 2006 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Sep 24 20:07:49 2006 -0700 |
tree | 802cd222d609efdce191ed85369d091b86ac7771 | |
parent | ee111d111b69c2a216d674081107fe3b3829aa9a [diff] |
[PATCH] wrong thing iounmapped (qla3xxx) ql3xxx_probe() does ioremap and stores result in ->mem_map_registers. On failure exit it does iounmap() of the same thing. OTOH, ql3xxx_remove() does iounmap() of ->mmap_virt_base which is (a) never assigned and (b) never used other than in that iounmap() call. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>