]> git.dujemihanovic.xyz Git - u-boot.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)
commitfc8ead1a0af42be784f75917231752c6c74cf15f
tree6003c1ab747a39d7347ca4f714e70ed0158cbc90
parent890fc370a9c922fbf529b2dc2ee48da3da4704ff
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