diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-09-25 03:54:46 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-25 05:07:49 +0200 |
commit | 855fc73bf81e8f99606d6f5914c5b7c3b079d718 (patch) | |
tree | 802cd222d609efdce191ed85369d091b86ac7771 /drivers/scsi/st.h | |
parent | [PATCH] qla3xxx iomem annotations (diff) | |
download | linux-855fc73bf81e8f99606d6f5914c5b7c3b079d718.tar.xz linux-855fc73bf81e8f99606d6f5914c5b7c3b079d718.zip |
[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>
Diffstat (limited to 'drivers/scsi/st.h')
0 files changed, 0 insertions, 0 deletions