Hi Heinrich, Thank you for the patch.
On Fri, Nov 28, 2025 at 07:46, Heinrich Schuchardt <[email protected]> wrote: > We should avoid overwhelming users with non-essential messages. > > The message 'Starting the controller' is not written for EHCI. > We should not write it for XHCI either. > > Adjust the Python test accordingly. > > Signed-off-by: Heinrich Schuchardt <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]> > --- > drivers/usb/host/xhci.c | 2 +- > test/py/tests/test_usb.py | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) >

