Commit 74b6c8ef546dec98f1817147d31f17a1f3aab09e

Authored by Felipe Balbi
Committed by Tony Lindgren
1 parent b30791498a

irqchip: omap-intc: correct maximum number or MIR registers

maximum number of MIR register is 4, rather than 3.
Fix that.

Acked-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/irqchip/irq-omap-intc.c
... ... @@ -49,7 +49,7 @@
49 49  
50 50 #define ACTIVEIRQ_MASK 0x7f /* omap2/3 active interrupt bits */
51 51 #define INTCPS_NR_ILR_REGS 128
52   -#define INTCPS_NR_MIR_REGS 3
  52 +#define INTCPS_NR_MIR_REGS 4
53 53  
54 54 #define INTC_IDLE_FUNCIDLE (1 << 0)
55 55 #define INTC_IDLE_TURBO (1 << 1)