summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorMarek Behún <marek.behun@nic.cz>2021-09-07 18:27:08 +0300
committerStefan Roese <sr@denx.de>2021-09-10 10:01:51 +0300
commit157bc52b0fa9d75611aeca9668c5227d6e64e05e (patch)
treedd35176a684a46fe0ad58efc08329ae65d633401 /board
parent47d893138603ef7facf6e6b91128927b8c5a839b (diff)
downloadu-boot-157bc52b0fa9d75611aeca9668c5227d6e64e05e.tar.xz
arm: a37xx: pci: Don't spam about PIO Response Status
Use dev_dbg() instead of dev_err() in pcie_advk_check_pio_status(). For example CRS is not an error status, it just says that the request should be retried. Without this, U-Boot spams the terminal with pcie_advk pcie@d0070000: Non-posted PIO Response Status: UR, 0xc80 @ 0x100000 pcie_advk pcie@d0070000: Non-posted PIO Response Status: UR, 0xc80 @ 0x108000 pcie_advk pcie@d0070000: Non-posted PIO Response Status: UR, 0xc80 @ 0x110000 pcie_advk pcie@d0070000: Non-posted PIO Response Status: UR, 0xc80 @ 0x120000 pcie_advk pcie@d0070000: Non-posted PIO Response Status: UR, 0xc80 @ 0x128000 pcie_advk pcie@d0070000: Non-posted PIO Response Status: UR, 0xc80 @ 0x130000 ... when a device is not connected to a PCIe switch (Unsupported Request from the switch). Signed-off-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board')
0 files changed, 0 insertions, 0 deletions