We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a48e1f6 commit 0f76868Copy full SHA for 0f76868
drivers/irqchip/irq-imx-intmux.c
@@ -73,7 +73,7 @@ struct intmux_data {
73
void __iomem *regs;
74
struct clk *ipg_clk;
75
int channum;
76
- struct intmux_irqchip_data irqchip_data[];
+ struct intmux_irqchip_data irqchip_data[] __counted_by(channum);
77
};
78
79
static void imx_intmux_irq_mask(struct irq_data *d)
0 commit comments