commit | 05cdd648a846bd60e300fcfa1eabf8f20e589cba | [log] [tgz] |
---|---|---|
author | Alex Bennée <alex.bennee@linaro.org> | Thu Jan 16 16:02:38 2025 +0000 |
committer | Alex Bennée <alex.bennee@linaro.org> | Fri Jan 17 10:44:15 2025 +0000 |
tree | 3909b7dc9b2d5e8de6bc5c653dae915a7c658dfe | |
parent | 77e911d0c76e91f1566afb9e76f05aee50f08e42 [diff] |
system: squash usb_parse into a single function We don't need to wrap usb_device_add as usb_parse is already gated with an if (machine_usb(current_machine)) check. Instead just assert and directly fail if usbdevice_create returns NULL. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20250116160306.1709518-10-alex.bennee@linaro.org>