]> 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)
commitfdd88e6d03863b3fe33f9453485299f176fd3576
tree07753a952ddae3a2105f8ac0347baae5530d6929
parent838ddb4e44a1cc33cf80c2b31cce4bf6e239b1d3
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