Re: [PATCH] mfd: arizona: Fix typo in arizona_irq_map

2015-09-19 Thread Lee Jones
On Fri, 11 Sep 2015, Charles Keepax wrote: > The type of the data for the main Arizona IRQ chip should be struct > arizona not struct regmap_irq_chip_data. The bug is harmless but should > probably be corrected anyway. > > Signed-off-by: Charles Keepax > --- > drivers/mfd/arizona-irq.c |2 +

[PATCH] mfd: arizona: Fix typo in arizona_irq_map

2015-09-11 Thread Charles Keepax
The type of the data for the main Arizona IRQ chip should be struct arizona not struct regmap_irq_chip_data. The bug is harmless but should probably be corrected anyway. Signed-off-by: Charles Keepax --- drivers/mfd/arizona-irq.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff