PCI: designware: Simplify dw_pcie_readl_unroll(), dw_pcie_writel_unroll()
authorKishon Vijay Abraham I <kishon@ti.com>
Tue, 11 Oct 2016 13:26:21 +0000 (08:26 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 11 Oct 2016 13:26:21 +0000 (08:26 -0500)
commita26e0108b61d6e65c151af720f2c4248a38f000d
treeb0ee0b6aa824b85b842257178bb63f492bf6d28b
parent1034023606d0e971f4dee6f725e441b785a846b5
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>
drivers/pci/host/pcie-designware.c