Al Viro 855fc73bf8 [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>
2006-09-24 20:07:49 -07:00
..
2006-09-24 15:55:03 -07:00
2006-09-20 15:58:44 +02:00
2006-09-23 15:33:43 -05:00
2006-09-23 21:03:52 -05:00
2006-09-24 01:52:47 -04:00
2006-09-22 17:48:57 -07:00
2006-09-23 11:34:43 -07:00