Re: [PATCH -next] PCI: altera-msi: Remove redundant dev_err call in altera_msi_probe()

2021-04-14 Thread Lorenzo Pieralisi
On Fri, 9 Apr 2021 15:57:48 +0800, Chen Hui wrote: > There is a error message within devm_ioremap_resource > already, so remove the dev_err call to avoid redundant > error message. Applied to pci/altera-msi, thanks! [1/1] PCI: altera-msi: Remove redundant dev_err call in altera_msi_probe()

RE: [PATCH -next] PCI: altera-msi: Remove redundant dev_err call in altera_msi_probe()

2021-04-09 Thread Tan, Ley Foon
bject: [PATCH -next] PCI: altera-msi: Remove redundant dev_err call in > altera_msi_probe() > > There is a error message within devm_ioremap_resource already, so remove > the dev_err call to avoid redundant error message. > > Signed-off-by: Chen Hui > --- > drivers/pci

[PATCH -next] PCI: altera-msi: Remove redundant dev_err call in altera_msi_probe()

2021-04-09 Thread Chen Hui
There is a error message within devm_ioremap_resource already, so remove the dev_err call to avoid redundant error message. Signed-off-by: Chen Hui --- drivers/pci/controller/pcie-altera-msi.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git