From: JC Kuo Date: Tue, 11 Aug 2020 09:35:31 +0000 (+0800) Subject: usb: host: xhci-tegra: remove a duplicated entry X-Git-Tag: v5.10.7~1419^2~145 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e286148ddd32e2de49ed2e8cf66f5da130d39d33;p=platform%2Fkernel%2Flinux-rpi.git usb: host: xhci-tegra: remove a duplicated entry Remove a duplicated register "IPFS_XUSB_HOST_MSI_BAR_SZ_0" from tegra124_xusb_context_ipfs[] array. Signed-off-by: JC Kuo Link: https://lore.kernel.org/r/20200811093531.720503-1-jckuo@nvidia.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/xhci-tegra.c b/drivers/usb/host/xhci-tegra.c index 014d793..0672edc 100644 --- a/drivers/usb/host/xhci-tegra.c +++ b/drivers/usb/host/xhci-tegra.c @@ -1864,7 +1864,6 @@ static const struct tegra_xusb_phy_type tegra124_phy_types[] = { static const unsigned int tegra124_xusb_context_ipfs[] = { IPFS_XUSB_HOST_MSI_BAR_SZ_0, - IPFS_XUSB_HOST_MSI_BAR_SZ_0, IPFS_XUSB_HOST_MSI_AXI_BAR_ST_0, IPFS_XUSB_HOST_MSI_FPCI_BAR_ST_0, IPFS_XUSB_HOST_MSI_VEC0_0,