usb: gadget: at91-udc: fix irq and iomem resource retrieval
authorJean-Jacques Hiblot <jjhiblot@traphandler.com>
Wed, 12 Mar 2014 16:30:08 +0000 (17:30 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Jun 2014 23:02:01 +0000 (16:02 -0700)
commite50ded310417919655baba7b2eb3081dfc3df4cb
treedb1ffc4a67bca91968c26c95e6302ed4eb499b31
parenta0eaa5aa5fa2075c82a657904bdce01a816857e3
usb: gadget: at91-udc: fix irq and iomem resource retrieval

commit 886c7c426d465732ec9d1b2bbdda5642fc2e7e05 upstream.

When using dt resources retrieval (interrupts and reg properties) there is
no predefined order for these resources in the platform dev resource
table. Also don't expect the number of resource to be always 2.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com>
Acked-by: Boris BREZILLON <b.brezillon@overkiz.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/at91_udc.c