Bluetooth: Enable Atheros 0cf3:311e for firmware upload
[pandora-kernel.git] / drivers / irqchip / irq-nvic.c
index 8d0c8b3..70bdf6e 100644 (file)
@@ -84,7 +84,7 @@ static int __init nvic_of_init(struct device_node *node,
                return -ENOMEM;
        }
 
-       ret = irq_alloc_domain_generic_chips(nvic_irq_domain, 32, numbanks,
+       ret = irq_alloc_domain_generic_chips(nvic_irq_domain, 32, 1,
                                             "nvic_irq", handle_fasteoi_irq,
                                             clr, 0, IRQ_GC_INIT_MASK_CACHE);
        if (ret) {