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:
parent
dd8e9ed6ed
commit
25f0c659fe
15 changed files with 119 additions and 15 deletions
1
include/linux/utsrelease.h
Normal file
1
include/linux/utsrelease.h
Normal file
|
|
@ -0,0 +1 @@
|
|||
#define UTS_RELEASE "2.6.18"
|
||||
Loading…
Add table
Add a link
Reference in a new issue