]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0b514416b286c4b5b86a907d596ce85924c7e6b7
tree07753a952ddae3a2105f8ac0347baae5530d6929
parent035cb4e8a708c7d99959b4f2e26a6765a388cdd3
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