On Fri, 8 Dec 2023 18:09:29 +0800, davidgow@google.com wrote:
Tests for drivers often require a struct device to pass to other functions. While it's possible to create these with root_device_register(), or to use something like a platform device, this is both a misuse of those APIs, and can be difficult to clean up after, for example, a failed assertion.
[ ... ]
Reviewed-by: Maxime Ripard mripard@kernel.org
Thanks! Maxime