Skip to content

Commit

Permalink
x86: left over fix for leak of early_ioremp in dmi_scan
Browse files Browse the repository at this point in the history
Signed-off-by: Yinghai Lu <yinghai@sun.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Jan 30, 2008
1 parent 093af8d commit 3212bff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/firmware/dmi_scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
Expand Down

0 comments on commit 3212bff

Please sign in to comment.