On Fri, Apr 24, 2026 at 6:47 PM Johan Hovold <[email protected]> wrote: > > Driver core expects devices to be dynamically allocated and will, for > example, complain loudly when no release function has been provided. > > Use root_device_register() to allocate and register the root device > instead of open coding using a static device. > > Signed-off-by: Johan Hovold <[email protected]> > ---
Acked-by: Jason Wang <[email protected]> Thanks

