]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/sh4/r2d: do not use usb_bus_find()
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 23 Feb 2024 12:43:59 +0000 (13:43 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 27 Feb 2024 08:37:07 +0000 (09:37 +0100)
commit1b31b677a1efdf00d2d989327341f4f1775422dd
treeaad943591f5a353a7a2b944f468a547e1c2e88c8
parent3ab78f3dbe7f5657e2e0e6a17d2c2a852746f9fb
hw/sh4/r2d: do not use usb_bus_find()

usb_bus_find() is always used with argument -1; it can be replaced with
a search of the single USB bus on the machine.

Suggested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20240223124406.234509-4-pbonzini@redhat.com>
[PMD: Fixed style]
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/sh4/r2d.c