PCI: designware: Drop "addr" arg from dw_pcie_readl_rc()/dw_pcie_writel_rc()
authorSeungwon Jeon <tgih.jun@samsung.com>
Wed, 28 Aug 2013 11:53:30 +0000 (20:53 +0900)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 29 Aug 2013 19:38:12 +0000 (13:38 -0600)
commitf7b7868ced6dd5c8e9362c813b1fbb554f7a5812
tree393c4e57845a35948a0af581dcb33737aef549d7
parentfed2451512495f0f0820ac9e53936bd208569bc8
PCI: designware: Drop "addr" arg from dw_pcie_readl_rc()/dw_pcie_writel_rc()

The "dbi_addr" argument to dw_pcie_readl_rc() and dw_pcie_writel_rc()
is redundant and misleading because we always have the "struct pcie_port"
and we always want to use the address from there.

This patch removes the argument and changes the callers to match.
No functional change.

[bhelgaas: changelog]
Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Jingoo Han <jg1.han@samsung.com>
drivers/pci/host/pcie-designware.c