usb: ohci-at91: fix irq and iomem resource retrieval
authorBoris BREZILLON <b.brezillon@overkiz.com>
Sun, 8 Dec 2013 14:59:59 +0000 (15:59 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Dec 2013 21:22:36 +0000 (13:22 -0800)
commitfb5f1834c3221e459324c6885eaad75429f722a5
treef8ae5339f618535e43b3c32d410dd59b4e4a8fea
parent7cd0c298f6e09476f474b7ae6c1ca876c5d7f881
usb: ohci-at91: fix irq and iomem resource retrieval

When using dt resources retrieval (interrupts and reg properties) there is
no predefined order for these resources in the platform dev resources
table.

Retrieve resources using platform_get_resource and platform_get_irq
functions instead of direct resource table entries to avoid resource type
mismatch.

Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Reviewed-by: Tomasz Figa <tomasz.figa@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-at91.c