summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc/pci-imx6.c
diff options
context:
space:
mode:
authorRichard Zhu <hongxing.zhu@nxp.com>2020-06-17 14:41:37 +0800
committerRichard Zhu <hongxing.zhu@nxp.com>2020-06-17 16:16:05 +0800
commit956be3a06059970dbfcb2056c3a44f72c6daf201 (patch)
treef0d7cfef7c6b3058a675728e1f1963f68cd11a1c /drivers/pci/controller/dwc/pci-imx6.c
parenteb9fdb1d10c10dc4d4bbe9bc6fc060afe1485989 (diff)
MLK-24197 PCI: imx: remove one info message
Remove one dev_info message Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com> Reviewed-by: Fugang Duan <fugang.duan@nxp.com>
Diffstat (limited to 'drivers/pci/controller/dwc/pci-imx6.c')
-rw-r--r--drivers/pci/controller/dwc/pci-imx6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/controller/dwc/pci-imx6.c b/drivers/pci/controller/dwc/pci-imx6.c
index 852c4bf949a0..d700236ca386 100644
--- a/drivers/pci/controller/dwc/pci-imx6.c
+++ b/drivers/pci/controller/dwc/pci-imx6.c
@@ -2362,7 +2362,7 @@ static int imx6_pcie_probe(struct platform_device *pdev)
if (IS_ERR(imx6_pcie->phy)) {
if (PTR_ERR(imx6_pcie->phy) == -EPROBE_DEFER)
return -EPROBE_DEFER;
- dev_info(dev, "couldn't get pcie-phy\n");
+ /* Set NULL if there is no pcie-phy */
imx6_pcie->phy = NULL;
}