ARM: OMAP2+: am33xx-hwmod: Fix wrongly terminated am33xx_usbss_mpu_irqs array omap-for-v3.8-rc2/fixes-signed omap-for-v3.8-rc2/fixes-signed-v2
authorPantelis Antoniou <panto@antoniou-consulting.com>
Thu, 3 Jan 2013 22:32:22 +0000 (00:32 +0200)
committerTony Lindgren <tony@atomide.com>
Mon, 7 Jan 2013 20:38:07 +0000 (12:38 -0800)
commit6adba67eb0c4731ed0346731d024b2102f5b4d9d
treee087e34f3c087c0756d8b1a8bc46e25cb04ee5fe
parent07fd296d3a44f41d8a40b7b3082fa53c2a73862e
ARM: OMAP2+: am33xx-hwmod: Fix wrongly terminated am33xx_usbss_mpu_irqs array

The IRQ array must be terminated by -1 and not by -1+OMAP_INTC_START
This led to having a resource list of 100s of IRQs.

Looks like this was caused by commit a2cfc509 (ARM: OMAP3+: hwmod: Add
AM33XX HWMOD data) that probably had some search and replace updates
done for the patch for sparse irq support.

Signed-off-by: Pantelis Antoniou <panto@antoniou-consulting.com>
Acked-by: Paul Walmsley <paul@pwsan.com>
[tony@atomide.com: updated wit information about the breaking commit]
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/omap_hwmod_33xx_data.c