diff options
Diffstat (limited to 'drivers/firmware')
-rw-r--r-- | drivers/firmware/dmi_scan.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firmware/dmi_scan.c b/drivers/firmware/dmi_scan.c index 0b24a1141009..5f9d0bc839ba 100644 --- a/drivers/firmware/dmi_scan.c +++ b/drivers/firmware/dmi_scan.c | |||
@@ -349,6 +349,7 @@ void __init dmi_scan_machine(void) | |||
349 | rc = dmi_present(q); | 349 | rc = dmi_present(q); |
350 | if (!rc) { | 350 | if (!rc) { |
351 | dmi_available = 1; | 351 | dmi_available = 1; |
352 | dmi_iounmap(p, 0x10000); | ||
352 | return; | 353 | return; |
353 | } | 354 | } |
354 | } | 355 | } |