[PATCH] ioremap balanced with iounmap for drivers/serial/sunsu.c
authorAmol Lad <amol@verismonetworks.com>
Sun, 1 Oct 2006 06:29:25 +0000 (23:29 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 1 Oct 2006 07:39:32 +0000 (00:39 -0700)
commit65da4d81f48e092f71feaf04bf2ccd096b5a5171
treea6822f8aac500b3ab8dae04a2abc615ec4e187ea
parentaf907dc8cd4157d629e48533b3400786467340d5
[PATCH] ioremap balanced with iounmap for drivers/serial/sunsu.c

ioremap must be balanced by an iounmap and failing to do so can result
in a memory leak.

Signed-off-by: Amol Lad <amol@verismonetworks.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: David S. Miller <davem@sunset.davemloft.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/serial/sunsu.c