On Fri, Jan 20, 2012 at 10:24:46 +0100, Russell King - ARM Linux wrote: > irq 0 now means no irq, so get rid of this unnecessary initializer. > > Signed-off-by: Russell King <rmk+kernel@xxxxxxxxxxxxxxxx> > --- > arch/arm/mach-ux500/devices-common.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/mach-ux500/devices-common.c b/arch/arm/mach-ux500/devices-common.c > index e8c34fa..898a645 100644 > --- a/arch/arm/mach-ux500/devices-common.c > +++ b/arch/arm/mach-ux500/devices-common.c > @@ -34,7 +34,6 @@ dbx500_add_amba_device(const char *name, resource_size_t base, > dev->dev.coherent_dma_mask = DMA_BIT_MASK(32); > > dev->irq[0] = irq; > - dev->irq[1] = NO_IRQ; Acked-by: srinidhi kasagar <srinidhi.kasagar@xxxxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html