PCI: aardvark: Don't spam about PIO Response Status
[ Upstream commit 464de7e7fff767e87429cd7be09c4f2cb50a6ccb ]
Use dev_dbg() instead of dev_err() in advk_pcie_check_pio_status().
For example CRS is not an error status, it just says that the request
should be retried.
Link: https://lore.kernel.org/r/20211005180952.6812-4-kabel@kernel.org
Fixes: 8c39d71036
("PCI: aardvark: Add Aardvark PCI host controller driver")
Signed-off-by: Marek Behún <kabel@kernel.org>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
2e548581fe
commit
ec6dba3ffe
@@ -778,7 +778,7 @@ static int advk_pcie_check_pio_status(struct advk_pcie *pcie, bool allow_crs, u3
|
|||||||
else
|
else
|
||||||
str_posted = "Posted";
|
str_posted = "Posted";
|
||||||
|
|
||||||
dev_err(dev, "%s PIO Response Status: %s, %#x @ %#x\n",
|
dev_dbg(dev, "%s PIO Response Status: %s, %#x @ %#x\n",
|
||||||
str_posted, strcomp_status, reg, advk_readl(pcie, PIO_ADDR_LS));
|
str_posted, strcomp_status, reg, advk_readl(pcie, PIO_ADDR_LS));
|
||||||
|
|
||||||
return -EFAULT;
|
return -EFAULT;
|
||||||
|
Reference in New Issue
Block a user