diff options
author | Jason Cooper <jason@lakedaemon.net> | 2014-06-24 14:35:53 +0200 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-06-24 14:35:53 +0200 |
commit | c874a5974abb6cfe3b5d1945ed251fc12f706985 (patch) | |
tree | 35bf4ff35af672f334d867d182ea35761982df49 /drivers/irqchip/irq-brcmstb-l2.c | |
parent | irqchip: nvic: Use the generic noop function (diff) | |
parent | irqchip: spear_shirq: Fix interrupt offset (diff) | |
download | linux-c874a5974abb6cfe3b5d1945ed251fc12f706985.tar.xz linux-c874a5974abb6cfe3b5d1945ed251fc12f706985.zip |
Merge branch 'irqchip/urgent' into irqchip/core
Diffstat (limited to 'drivers/irqchip/irq-brcmstb-l2.c')
-rw-r--r-- | drivers/irqchip/irq-brcmstb-l2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/irqchip/irq-brcmstb-l2.c b/drivers/irqchip/irq-brcmstb-l2.c index 8ee2a36d5840..c15c840987d2 100644 --- a/drivers/irqchip/irq-brcmstb-l2.c +++ b/drivers/irqchip/irq-brcmstb-l2.c @@ -150,7 +150,7 @@ int __init brcmstb_l2_intc_of_init(struct device_node *np, /* Allocate a single Generic IRQ chip for this node */ ret = irq_alloc_domain_generic_chips(data->domain, 32, 1, - np->full_name, handle_level_irq, clr, 0, 0); + np->full_name, handle_edge_irq, clr, 0, 0); if (ret) { pr_err("failed to allocate generic irq chip\n"); goto out_free_domain; |