[PATCH 12/12] pci: layerscape: indentation correction
Wasim Khan
wasim.khan at nxp.com
Mon Jul 13 18:59:15 CEST 2020
correct the indentation.
Signed-off-by: Wasim Khan <wasim.khan at nxp.com>
---
drivers/pci/pcie_layerscape.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/pci/pcie_layerscape.c b/drivers/pci/pcie_layerscape.c
index 8f64e53..60f5031 100644
--- a/drivers/pci/pcie_layerscape.c
+++ b/drivers/pci/pcie_layerscape.c
@@ -532,11 +532,11 @@ static int ls_pcie_probe(struct udevice *dev)
if (pcie->mode == PCI_HEADER_TYPE_NORMAL) {
printf("PCIe%u: %s %s", PCIE_SRDS_PRTCL(pcie->idx), dev->name,
"Endpoint");
- ls_pcie_setup_ep(pcie);
+ ls_pcie_setup_ep(pcie);
} else {
printf("PCIe%u: %s %s", PCIE_SRDS_PRTCL(pcie->idx), dev->name,
"Root Complex");
- ls_pcie_setup_ctrl(pcie);
+ ls_pcie_setup_ctrl(pcie);
}
if (!ls_pcie_link_up(pcie)) {
--
2.7.4
More information about the U-Boot
mailing list