Port of a Linux commit caf3f562e1161a86bd48a4c4c33af89d3693c658

  When a PCI card is not connected, the following messages are seen on mx6:

    imx6q-pcie 1ffc000.pcie: phy link never came up
    imx6q-pcie 1ffc000.pcie: Link never came up

  The first one comes from the pcie-designware.c core file, so remove
  the redundant one from the imx6 driver.

  Signed-off-by: Fabio Estevam <fabio.este...@nxp.com>
  Signed-off-by: Bjorn Helgaas <bhelg...@google.com>
  Reviewed-by: Lucas Stach <l.st...@pengutronix.de>

Signed-off-by: Andrey Smirnov <andrew.smir...@gmail.com>
---
 drivers/pci/pci-imx6.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/drivers/pci/pci-imx6.c b/drivers/pci/pci-imx6.c
index d72abe3a3..a9a4be927 100644
--- a/drivers/pci/pci-imx6.c
+++ b/drivers/pci/pci-imx6.c
@@ -460,10 +460,8 @@ static int imx6_pcie_establish_link(struct imx6_pcie 
*imx6_pcie)
        writel(gpr12, imx6_pcie->iomuxc_gpr + IOMUXC_GPR12);
 
        ret = imx6_pcie_wait_for_link(imx6_pcie);
-       if (ret) {
-               dev_info(dev, "Link never came up\n");
+       if (ret)
                goto err_reset_phy;
-       }
 
 
        if (imx6_pcie->link_gen == 2) {
-- 
2.19.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to