PCI: designware: Swap order of dw_pcie_writel_unroll() reg/val arguments
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 11 Oct 2016 13:33:00 +0000 (08:33 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 11 Oct 2016 13:34:47 +0000 (08:34 -0500)
commitf5acb5c51de2c073ee5f80d868354113ce0227ee
tree07753a952ddae3a2105f8ac0347baae5530d6929
parent3d469939bcdf044d9f370be4f6bf21436afea310
PCI: designware: Swap order of dw_pcie_writel_unroll() reg/val arguments

Swap order of dw_pcie_readl_unroll() arguments to match the "dev, pos, val"
order used by pci_write_config_word() and other drivers.  No functional
change intended.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/host/pcie-designware.c