]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitbd56fee95cb8a4f9aa0cb57d241f385395c2014a
treea6cfabad6e581ba2396a2660a3c2553baefce16f
parent1927b7e8b75300155b07e926b6e8e42557c2f8d2
[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