Re: [PATCH -next] PCI: layerscape: Remove redundant dev_err call in ls_pcie_probe()

2016-11-11 Thread Bjorn Helgaas
On Mon, Oct 17, 2016 at 02:55:40PM +, Wei Yongjun wrote: > From: Wei Yongjun > > There is a error message within devm_ioremap_resource > already, so remove the dev_err call to avoid redundant > error message. > > Signed-off-by: Wei Yongjun Applied to pci/host-layerscape for v4.10, thanks!

[PATCH -next] PCI: layerscape: Remove redundant dev_err call in ls_pcie_probe()

2016-10-17 Thread Wei Yongjun
From: Wei Yongjun There is a error message within devm_ioremap_resource already, so remove the dev_err call to avoid redundant error message. Signed-off-by: Wei Yongjun --- drivers/pci/host/pci-layerscape.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/pci/host