]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc1340c4df205c7a810ff69c1518e149a5f07c88b
treef8ae5339f618535e43b3c32d410dd59b4e4a8fea
parent749cf2ead6f0b1f69ed9125728ccf33d0abda64f
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