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:
parent
093af8d7f0
commit
3212bff370
1 changed files with 1 additions and 0 deletions
|
@ -353,6 +353,7 @@ void __init dmi_scan_machine(void)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
dmi_iounmap(p, 0x10000);
|
||||||
}
|
}
|
||||||
out: printk(KERN_INFO "DMI not present or invalid.\n");
|
out: printk(KERN_INFO "DMI not present or invalid.\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue