On Fri, 15 Oct 2021 at 07:15, Michael Walle <mich...@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 <mich...@walle.cc> > --- > drivers/usb/common/common.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>