PCI: hisi: Remove redundant error message from hisi_pcie_probe()
authorWei Yongjun <weiyongjun1@huawei.com>
Mon, 17 Oct 2016 14:56:50 +0000 (14:56 +0000)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 11 Nov 2016 21:42:40 +0000 (15:42 -0600)
commitad719956a8487753e6514d7be3b4a6edc99e35bd
treeb0cec61e44c43bc8c8a7d616ca542d0d52ab73ac
parent1001354ca34179f3db924eb66672442a173147dc
PCI: hisi: Remove redundant error message from hisi_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/pcie-hisi.c