commit | f182656b2b6c9c532a411c15e77027d16e106d8f | [log] [tgz] |
---|---|---|
author | Michael Walle <michael@walle.cc> | Fri Oct 15 15:15:20 2021 +0200 |
committer | Priyanka Jain <priyanka.jain@nxp.com> | Tue Nov 09 17:18:23 2021 +0530 |
tree | 12afc7a973a345334f9b78dbb677d9227909fc15 | |
parent | 3282514caba3e106026353cff541f6938ddcbfa9 [diff] |
usb: common: silence dubious errors 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> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>