Commit 3212bff3 authored by Yinghai Lu's avatar Yinghai Lu Committed by Ingo Molnar

x86: left over fix for leak of early_ioremp in dmi_scan

Signed-off-by: default avatarYinghai Lu <yinghai@sun.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 093af8d7
......@@ -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");
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment