summaryrefslogtreecommitdiff
path: root/staging/cli_interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'staging/cli_interface.c')
0 files changed, 0 insertions, 0 deletions
85a846b5 (diff)
PCI: designware: Simplify dw_pcie_readl_unroll(), dw_pcie_writel_unroll()
dw_pcie_readl_unroll() and dw_pcie_writel_unroll() duplicate what dw_pcie_readl_rc() and dw_pcie_writel_rc() already do, so call them directly. [bhelgaas: reworked into patch series] Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat
-rw-r--r--drivers/pci/host/pcie-designware.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/drivers/pci/host/pcie-designware.c b/drivers/pci/host/pcie-designware.c