]> asedeno.scripts.mit.edu Git - linux.git/commit
PCI: aardvark: Remove redundant dev_err call in advk_pcie_probe()
authorWei Yongjun <weiyj.lk@gmail.com>
Thu, 28 Jul 2016 16:17:14 +0000 (16:17 +0000)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 22 Aug 2016 19:36:50 +0000 (14:36 -0500)
commit8b22335afe75bccbef65fac6d4714dd1f5ebd1bd
treeb9f4a78f13219be8103f0b9415491bedecc578f2
parent29b4817d4018df78086157ea3a55c1d9424a7cfc
PCI: aardvark: Remove redundant dev_err call in advk_pcie_probe()

devm_ioremap_resource() emits an error message already, so remove the
dev_err() call in advk_pcie_probe() to avoid redundant error messages.

Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
drivers/pci/host/pci-aardvark.c