diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-10-21 08:53:43 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-10-21 08:53:43 +0200 |
commit | c6d9e43954bfa7415a1e9efdb2806ec1d8a8afc8 (patch) | |
tree | 4f8b23679ea48fcfbee582f876f62e144c71f8d7 /drivers/usb/host/xhci-tegra.c | |
parent | xhci: add helper to stop endpoint and wait for completion (diff) | |
parent | Linux 6.12-rc4 (diff) | |
download | linux-c6d9e43954bfa7415a1e9efdb2806ec1d8a8afc8.tar.xz linux-c6d9e43954bfa7415a1e9efdb2806ec1d8a8afc8.zip |
Merge 6.12-rc4 into usb-next
We need the USB fixes in here as well.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/xhci-tegra.c')
-rw-r--r-- | drivers/usb/host/xhci-tegra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci-tegra.c b/drivers/usb/host/xhci-tegra.c index 12a00a4bb4d3..06ae193ec874 100644 --- a/drivers/usb/host/xhci-tegra.c +++ b/drivers/usb/host/xhci-tegra.c @@ -2183,7 +2183,7 @@ static int tegra_xusb_enter_elpg(struct tegra_xusb *tegra, bool runtime) goto out; } - for (i = 0; i < tegra->num_usb_phys; i++) { + for (i = 0; i < xhci->usb2_rhub.num_ports; i++) { if (!xhci->usb2_rhub.ports[i]) continue; portsc = readl(xhci->usb2_rhub.ports[i]->addr); |