PCI: mediatek: Remove redundant error printing in mtk_pcie_subsys_powerup()
authorZhen Lei <thunder.leizhen@huawei.com>
Tue, 11 May 2021 12:24:53 +0000 (20:24 +0800)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Thu, 3 Jun 2021 16:45:52 +0000 (17:45 +0100)
commit28bba1e220775e41dbddda715892aa0a497fe835
tree989092c36b978f90933f900368714a38416dd575
parent6efb943b8616ec53a5e444193dccf1af9ad627b5
PCI: mediatek: Remove redundant error printing in mtk_pcie_subsys_powerup()

When devm_ioremap_resource() fails, a clear enough error message will be
printed by its subfunction __devm_ioremap_resource(). The error
information contains the device name, failure cause, and possibly resource
information.

Therefore, remove the error printing here to simplify code and reduce the
binary size.

Link: https://lore.kernel.org/r/20210511122453.6052-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>
Reviewed-by: Krzysztof WilczyƄski <kw@linux.com>
drivers/pci/controller/pcie-mediatek.c