PCI: layerscape: Fix wrong invocation of outbound window disable accessor
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>
Wed, 7 Nov 2018 05:16:49 +0000 (05:16 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Dec 2018 18:41:23 +0000 (19:41 +0100)
commitee48a9df170c233b406d49aa8840625a51ee9c0c
tree4a041dfe4f9ed98052d73d50039229feeb94f14f
parente380f318e63d851607cfc8b288281668aad11d53
PCI: layerscape: Fix wrong invocation of outbound window disable accessor

commit c6fd6fe9dea44732cdcd970f1130b8cc50ad685a upstream.

The order of parameters is not correct when invoking the outbound
window disable routine. Fix it.

Fixes: 4a2745d760fa ("PCI: layerscape: Disable outbound windows configured by bootloader")
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
[lorenzo.pieralisi@arm.com: commit log]
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pci/dwc/pci-layerscape.c