1
0

ioremap balanced with iounmap for drivers/mtd subsystem

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

Tested (compilation only) with:
- allmodconfig
- Modifying drivers/mtd/maps/Kconfig and drivers/mtd/nand/Kconfig to
make sure that the changed file is compiling without warning

Signed-off-by: Amol Lad <amol@verismonetworks.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
Amol Lad
2006-09-21 18:12:43 +05:30
committed by David Woodhouse
parent dd8e9ed6ed
commit 25f0c659fe
15 changed files with 119 additions and 15 deletions

View File

@@ -0,0 +1 @@
#define UTS_RELEASE "2.6.18"