From: Al Viro Date: Mon, 25 Sep 2006 01:54:46 +0000 (+0100) Subject: [PATCH] wrong thing iounmapped (qla3xxx) X-Git-Tag: v2.6.19-rc1~1248 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=855fc73bf81e8f99606d6f5914c5b7c3b079d718;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed