On Mon, Jul 06, 2026 at 02:44:17PM +0200, Bartosz Golaszewski wrote: > Users of platform_device_alloc() + platform_device_add() must not modify > certain fields of the dynamically created platform device object. Update > the kernel doc to say which fields are affected and which functions to > use.
Consider using __private checker attribute for them as well. It will make sparse scream. > Suggested-by: Manuel Ebner <[email protected]> > Signed-off-by: Bartosz Golaszewski <[email protected]> -- With Best Regards, Andy Shevchenko
