diff options
author | Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> | 2021-12-20 02:04:08 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-12-21 08:51:57 +0100 |
commit | 74b39dfabd76b8820aa96e6a8f8cc3cae8908710 (patch) | |
tree | c1c67b241d3aab8a0a391e95bff0023f37ecce12 /drivers/usb/isp1760 | |
parent | usb: renesas_usbhs: Use platform_get_irq() to get the interrupt (diff) | |
download | linux-74b39dfabd76b8820aa96e6a8f8cc3cae8908710.tar.xz linux-74b39dfabd76b8820aa96e6a8f8cc3cae8908710.zip |
usb: dwc3: Drop unneeded calls to platform_get_resource_byname()
Drop unneeded calls to platform_get_resource_byname() from
dwc3_host_init(). dwc3_host_init() already calls dwc3_host_get_irq()
which gets the irq number, just use this to get the IRQ resource data
and fill the xhci_resources[1]
Reviewed-by: Roger Quadros <rogerq@kernel.org>
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Link: https://lore.kernel.org/r/20211220010411.12075-4-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/isp1760')
0 files changed, 0 insertions, 0 deletions