dect
/
linux-2.6
Archived
13
0
Fork 0

x86: fix DMI ioremap leak

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
Ingo Molnar 2008-01-30 13:33:09 +01:00
parent 306c142f99
commit 0d64484f7e
1 changed files with 1 additions and 0 deletions

View File

@ -349,6 +349,7 @@ void __init dmi_scan_machine(void)
rc = dmi_present(q);
if (!rc) {
dmi_available = 1;
dmi_iounmap(p, 0x10000);
return;
}
}