On Fri, 8 Dec 2023 18:09:29 +0800, [email protected] 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 <[email protected]> Thanks! Maxime
