drivers/macintosh/via-pmu.c: Added a missing iounmap
[safe/jmp/linux-2.6] / drivers / macintosh / via-pmu.c
index dc741d3..6123c70 100644 (file)
@@ -2336,6 +2336,7 @@ powerbook_sleep_3400(void)
        ret = pmac_suspend_devices();
        if (ret) {
                pbook_free_pci_save();
+               iounmap(mem_ctrl);
                printk(KERN_ERR "Sleep rejected by devices\n");
                return ret;
        }