[PATCH] i386: add missing iounmap in i386 hpet clocksource code
authorAmol Lad <amol@verismonetworks.com>
Thu, 7 Dec 2006 01:14:02 +0000 (02:14 +0100)
committerAndi Kleen <andi@basil.nowhere.org>
Thu, 7 Dec 2006 01:14:02 +0000 (02:14 +0100)
commitfa5cecd111d235819a1d807d43216ae459a0dd6f
treea6cfabad6e581ba2396a2660a3c2553baefce16f
parentc0e84b9901c0924e2503c0aab3772a4469ba4aef
[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 <amol@verismonetworks.com>
Signed-off-by: Andi Kleen <ak@suse.de>
arch/i386/kernel/hpet.c