commit | be618f550cb499db263e2ce22c5ad4f4dbfd53e6 | [log] [tgz] |
---|---|---|
author | Amol Lad <amol@verismonetworks.com> | Sat Sep 30 23:29:23 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Oct 01 00:39:32 2006 -0700 |
tree | a0ea46641aea148aee5ee5bc46d87b2f2d1a9f88 | |
parent | 6257b3bdfde4295c04872d710c2419ff8efc1b86 [diff] |
[PATCH] ioremap balanced with iounmap for drivers/serial/mpc52xx_uart.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>