]> git.karo-electronics.de Git - linux-beck.git/commit
PCI: layerscape: Remove redundant error message from ls_pcie_probe()
authorWei Yongjun <weiyongjun1@huawei.com>
Mon, 17 Oct 2016 14:55:40 +0000 (14:55 +0000)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 11 Nov 2016 21:39:10 +0000 (15:39 -0600)
commite594233803aa9bff9ee6912b7b07db2c7898a06c
treea6c2469af3b3a2f112e872a6ef1a3b02bf5019e8
parent1001354ca34179f3db924eb66672442a173147dc
PCI: layerscape: Remove redundant error message from ls_pcie_probe()

There is an error message from devm_ioremap_resource() already, so remove
the dev_err() call to avoid redundant error messages.

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/host/pci-layerscape.c