[PATCH v2 4/9] usb: common: silence dubious errors
Simon Glass
sjg at chromium.org
Sun Oct 24 21:53:38 CEST 2021
On Fri, 15 Oct 2021 at 07:15, Michael Walle <michael at 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 at walle.cc>
> ---
> drivers/usb/common/common.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list