PCI: imx6: Remove imx6_pcie_probe() redundant error message
authorZhen Lei <thunder.leizhen@huawei.com>
Tue, 11 May 2021 11:45:47 +0000 (19:45 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 24 Jun 2021 19:49:46 +0000 (14:49 -0500)
commitfd6403756f4c142ed788d27cde8d7cae3fba3956
treeaed41cacee7c87a0ce343e047daf7a1e93459d4b
parent6efb943b8616ec53a5e444193dccf1af9ad627b5
PCI: imx6: Remove imx6_pcie_probe() redundant error message

When devm_ioremap_resource() fails, __devm_ioremap_resource() prints an
error message including the device name, failure cause, and possibly
resource information.

Remove the error message from imx6_pcie_probe() since it's redundant.

Link: https://lore.kernel.org/r/20210511114547.5601-1-thunder.leizhen@huawei.com
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Krzysztof Wilczyński <kw@linux.com>
Acked-by: Richard Zhu <hongxing.zhu@nxp.com>
drivers/pci/controller/dwc/pci-imx6.c