PCI: imx6: Remove redundant dev_err() in imx6_pcie_probe()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Sat, 12 Oct 2013 06:11:02 +0000 (14:11 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 29 Oct 2013 19:22:07 +0000 (13:22 -0600)
commit9b5cd0948b67e1750498b5ff85267e87d3b4c5b3
tree06807bf10e18f769fc28431a2547b51583a5f529
parentbb38919ec56e0758c3ae56dfc091dcde1391353e
PCI: imx6: Remove redundant dev_err() in imx6_pcie_probe()

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

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
drivers/pci/host/pci-imx6.c