[PATCH] ioremap balanced with iounmap for drivers/video/stifb
authorAmol Lad <amol@verismonetworks.com>
Fri, 8 Dec 2006 10:40:05 +0000 (02:40 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:29:04 +0000 (08:29 -0800)
commit9cf2014aad58076aa22faacf27742d9610dea05d
tree084a3ba88e3da3045b7a2a51787abce66ad57c70
parente4bf051b4f3121c5abdde836b1429e4a4459adb4
[PATCH] ioremap balanced with iounmap for drivers/video/stifb

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: "Antonino A. Daplas" <adaplas@pol.net>
Cc: Helge Deller <deller@parisc-linux.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/stifb.c