Message ID | 20150917071257.29299.28172.sendpatchset@little-apple (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Geert Uytterhoeven |
Headers | show |
--- 0005/drivers/irqchip/irq-renesas-irqc.c +++ work/drivers/irqchip/irq-renesas-irqc.c 2015-07-20 18:08:35.792366518 +0900 @@ -212,7 +212,7 @@ static int irqc_probe(struct platform_de ret = irq_alloc_domain_generic_chips(p->irq_domain, p->number_of_irqs, 1, name, handle_level_irq, - 0, 0, 0); + 0, 0, IRQ_GC_INIT_NESTED_LOCK); if (ret) { dev_err(&pdev->dev, "cannot allocate generic chip\n"); goto err3;