]> git.baikalelectronics.ru Git - uboot.git/commit
ata: dwc-ahci: change trace level for phy errors managed by uclass
authorPatrick Delaunay <patrick.delaunay@st.com>
Fri, 3 Jul 2020 15:36:44 +0000 (17:36 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 8 Sep 2020 12:46:32 +0000 (08:46 -0400)
commit4a2ac6d5ec6d644ceb2950581961181ced6111c5
tree6003c1ab747a39d7347ca4f714e70ed0158cbc90
parentf487a48aeea957c5d945c0ee23dfa49c3ec89d82
ata: dwc-ahci: change trace level for phy errors managed by uclass

As the error message is now displayed by generic phy functions,
the pr_err can be change to pr_debug.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
drivers/ata/dwc_ahci.c