]> git.karo-electronics.de Git - linux-beck.git/commit
PCI: altera: Remove redundant error message in altera_pcie_parse_dt()
authorWei Yongjun <weiyongjun1@huawei.com>
Mon, 17 Oct 2016 14:56:13 +0000 (14:56 +0000)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 11 Nov 2016 21:20:03 +0000 (15:20 -0600)
commitc19699a8c6574efe2fb7949ee5b467612193e2fc
treea5644f24ac6674fcd938307340151ad75db2761f
parentc5d933b1229c6bb79de3a144d2b33e756f4afd6d
PCI: altera: Remove redundant error message in altera_pcie_parse_dt()

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>
Acked-by: Ley Foon Tan <lftan@altera.com>
drivers/pci/host/pcie-altera.c