From: Amol Lad Date: Thu, 7 Dec 2006 01:14:02 +0000 (+0100) Subject: [PATCH] i386: add missing iounmap in i386 hpet clocksource code X-Git-Tag: v2.6.20-rc1~145^2^2~8^2~135 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa5cecd111d235819a1d807d43216ae459a0dd6f;p=pandora-kernel.git [PATCH] i386: add missing iounmap in i386 hpet clocksource code 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: Andi Kleen --- Reading git-diff-tree failed