Tag: ab0162b8fd338efad23b9d6fa6a0d2a0ff5e416f

drm/bridge: ps8622: Fix coccinelle warnings

Author: kbuild test robot <fengguang.wu@intel.com> The platform_no_drv_owner.cocci coccinelle script generates the following warning: drivers/gpu/drm/bridge/parade-ps8622.c:671:3-8: No need to set .owner here. The core will do it. Remove .owner field if calls are used which set it automatically. Patch generated by scripts/coccinelle/api/platform_no_drv_owner.cocci. Signed-off-by: Fengguang Wu Signed-off-by: Thierry Reding — drivers/gpu/drm/bridge/parade-ps8622.c | 1 – 1 file changed, 1 …

Continue reading