commit | ad8802189426cf7b3a2ad0444f71981fb81312a8 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Thu Oct 06 13:25:46 2016 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Oct 11 08:30:33 2016 -0500 |
tree | 524f4559a9f5c984a31bb977f5ab9e384586d57c | |
parent | 7e00dfd0fbbb2fc276592613f76ded0b9a139a04 [diff] |
PCI: designware: Swap order of dw_pcie_writel_rc() reg/val arguments Swap order of dw_pcie_writel_rc() 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>