]> www.infradead.org Git - users/willy/xarray.git/commit
drm/stm: Remove unnecessary .owner for lvds_platform_driver
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Mon, 1 Jul 2024 06:23:04 +0000 (14:23 +0800)
committerPhilippe Cornu <philippe.cornu@foss.st.com>
Mon, 8 Jul 2024 13:18:05 +0000 (15:18 +0200)
commit5a716b06b329bd2108c95a4f04c71bbe491729f2
treea3314c84234dab8aa295aeccbfd8de3c075680aa
parentf3a47a269119ade7ea22d0465c7fbe518ca1bdfc
drm/stm: Remove unnecessary .owner for lvds_platform_driver

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 <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9457
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Acked-by: Raphael Gallais-Pou <raphael.gallais-pou@foss.st.com>
Signed-off-by: Philippe Cornu <philippe.cornu@foss.st.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240701062304.42844-1-jiapeng.chong@linux.alibaba.com
drivers/gpu/drm/stm/lvds.c