Hi Krzysztof, thanks for your patch, sorry for the delay. On Sat, Mar 30, 2024 at 09:38:31PM +0100, Krzysztof Kozlowski wrote: > Core in platform_driver_register() already sets the .owner, so driver > does not need to. Whatever is set here will be anyway overwritten by > main driver calling platform_driver_register(). > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- > drivers/gpu/drm/sti/sti_vtg.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/gpu/drm/sti/sti_vtg.c b/drivers/gpu/drm/sti/sti_vtg.c > index 5e5f82b6a5d9..5ba469b711b5 100644 > --- a/drivers/gpu/drm/sti/sti_vtg.c > +++ b/drivers/gpu/drm/sti/sti_vtg.c > @@ -431,7 +431,6 @@ MODULE_DEVICE_TABLE(of, vtg_of_match); > struct platform_driver sti_vtg_driver = { > .driver = { > .name = "sti-vtg", > - .owner = THIS_MODULE, > .of_match_table = vtg_of_match, > }, > .probe = vtg_probe, > -- > 2.34.1 > Acked-by: Alain Volmat <alain.volmat@xxxxxxxxxxx> Alain