On Tue, 26 May 2020 23:09:54 +0800, Dejin Zheng wrote: > It will print an error message by itself when > devm_pci_remap_cfg_resource() goes wrong. so remove the duplicate > error message. > > Signed-off-by: Dejin Zheng <zhengdejin5@xxxxxxxxx> > --- > drivers/pci/controller/cadence/pcie-cadence-host.c | 4 +--- > drivers/pci/controller/dwc/pcie-al.c | 13 +++---------- > drivers/pci/controller/dwc/pcie-armada8k.c | 1 - > drivers/pci/controller/dwc/pcie-spear13xx.c | 1 - > 4 files changed, 4 insertions(+), 15 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>