Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / arch / powerpc / platforms / embedded6xx / hlwd-pic.c
index 7cab21ded9d0ef84364cdd44492b11a1b8923180..6c03034dbbd31b4aba9f0faf06579bdf9e8fab21 100644 (file)
@@ -183,6 +183,7 @@ struct irq_domain *hlwd_pic_init(struct device_node *np)
                                           &hlwd_irq_domain_ops, io_base);
        if (!irq_domain) {
                pr_err("failed to allocate irq_domain\n");
+               iounmap(io_base);
                return NULL;
        }