commit | 1b9711b9774871f49ea07589a817b0b2b12568a5 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Fri Jul 03 17:36:45 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 08 08:46:32 2020 -0400 |
tree | 3399290314e40538c33ceea50d9415654a0ea1f4 | |
parent | 0cc232496bebd7efffd0bf8259f3718fc08fa557 [diff] |
usb: musb-new: sunxi: change trace level for phy errors managed by uclass As the error message is now displayed by generic phy functions, the dev_err/pr_err can be change to dev_dbg/pr_debug. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>