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 <jckuo@nvidia.com> Link: https://lore.kernel.org/r/20200811093531.720503-1-jckuo@nvidia.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6e18cfca67
commit
e286148ddd
|
@ -1863,7 +1863,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,
|
||||
|
|
Loading…
Reference in New Issue