From: Amol Lad Date: Tue, 17 Oct 2006 04:32:50 +0000 (+0530) Subject: PCI: arch/i386/kernel/pci-dma.c: ioremap balanced with iounmap X-Git-Tag: v2.6.20-rc1~34^2~40^2~473^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=039d09a845209122c5193e650ab2d8b3c849ca7c;p=pandora-kernel.git PCI: arch/i386/kernel/pci-dma.c: ioremap balanced with iounmap ioremap must be balanced by an iounmap and failing to do so can result in a memory leak. Tested (compilation only): - using allmodconfig - making sure the files are compiling without any warning/error due to new changes Signed-off-by: Amol Lad Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed