Re: [PATCH] drm/stm: Remove unnecessary .owner for lvds_platform_driver

2024-07-08 Thread Philippe CORNU
On 7/1/24 08:23, Jiapeng Chong wrote: Remove .owner field if calls are used which set it automatically. ./drivers/gpu/drm/stm/lvds.c:1213:3-8: No need to set .owner here. The core will do it. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9457 Signed-off-by

Re: [PATCH] drm/stm: Remove unnecessary .owner for lvds_platform_driver

2024-07-02 Thread Raphael Gallais-Pou
Hi Jiapeng, On 7/1/24 08:23, Jiapeng Chong wrote: > Remove .owner field if calls are used which set it automatically. > > ./drivers/gpu/drm/stm/lvds.c:1213:3-8: No need to set .owner here. The core > will do it. > > Reported-by: Abaci Robot > Closes: https://bugzilla.openanolis.cn/show_bug.cgi?i