From: Amol Lad Date: Thu, 21 Sep 2006 12:42:43 +0000 (+0530) Subject: ioremap balanced with iounmap for drivers/mtd subsystem X-Git-Tag: v2.6.19-rc1~1299^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25f0c659fe64832d8ee06aa623fffaad708dcf8b;p=pandora-kernel.git 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 Signed-off-by: David Woodhouse --- Reading git-diff-tree failed