commit | 8dd99bca7bfa4b62753b556c45d26f45ec9da6e6 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Wed Oct 05 16:04:13 2016 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Oct 11 23:45:24 2016 -0500 |
tree | 105e54dc1f1cbc997c6deff99e1ac302ca1b1344 | |
parent | bdf530984d10b6b88b10a6d03057409a3f1c6897 [diff] |
PCI: tegra: Fix argument order in tegra_pcie_phy_disable() The tegra_pcie_phy_disable() path called pads_writel() with arguments in the wrong order. Swap them to be the "value, offset" order expected by pads_writel(). Fixes: 6fe7c187e026 ("PCI: tegra: Support per-lane PHYs") Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Thierry Reding <treding@nvidia.com> CC: stable@vger.kernel.org # v4.7+