projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e18cfc
)
usb: host: xhci-tegra: remove a duplicated entry
author
JC Kuo
<jckuo@nvidia.com>
Tue, 11 Aug 2020 09:35:31 +0000
(17:35 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 18 Aug 2020 10:12:54 +0000
(12:12 +0200)
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>
drivers/usb/host/xhci-tegra.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/xhci-tegra.c
b/drivers/usb/host/xhci-tegra.c
index
014d793
..
0672edc
100644
(file)
--- a/
drivers/usb/host/xhci-tegra.c
+++ b/
drivers/usb/host/xhci-tegra.c
@@
-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,