
24 Oct
2021
24 Oct
'21
9:53 p.m.
On Fri, 15 Oct 2021 at 07:15, Michael Walle michael@walle.cc wrote:
Both dr_mode and maximum-speed properties are usually optional. Drivers will still try to fetch the properties nonetheless, which leads to error messages, although they are no errors. Change pr_err() to pr_debug().
Signed-off-by: Michael Walle michael@walle.cc
drivers/usb/common/common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org