Re: [PATCH v2 4/9] usb: common: silence dubious errors

2021-10-24 Thread Simon Glass
On Fri, 15 Oct 2021 at 07:15, Michael Walle 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: Micha

[PATCH v2 4/9] usb: common: silence dubious errors

2021-10-15 Thread Michael Walle
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 --- drivers/usb/common/common.c | 4 ++-- 1 file cha