dect
/
linux-2.6
Archived
13
0
Fork 0

x86: left over fix for leak of early_ioremp in dmi_scan

Signed-off-by: Yinghai Lu <yinghai@sun.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
Yinghai Lu 2008-01-30 13:33:32 +01:00 committed by Ingo Molnar
parent 093af8d7f0
commit 3212bff370
1 changed files with 1 additions and 0 deletions

View File

@ -353,6 +353,7 @@ void __init dmi_scan_machine(void)
return;
}
}
dmi_iounmap(p, 0x10000);
}
out: printk(KERN_INFO "DMI not present or invalid.\n");
}