commit | f12ad7d59ab77591e4ab2dacd6faa9ea9afffb99 | [log] [tgz] |
---|---|---|
author | Amol Lad <amol@verismonetworks.com> | Sat Sep 30 23:29:20 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Oct 01 00:39:32 2006 -0700 |
tree | b7213b6cd80ae087076b4d1f99111be02797941d | |
parent | 16c564bb3cdecbc39eab5c0de3fe94ed58ba4163 [diff] |
[PATCH] ioremap balanced with iounmap for drivers/serial/8250_acorn,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> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>