OSDN Git Service

drm/vkms: Drop vkms_connector_destroy() wrapper
authorJavier Martinez Canillas <javierm@redhat.com>
Thu, 6 Apr 2023 11:02:34 +0000 (13:02 +0200)
committerJavier Martinez Canillas <javierm@redhat.com>
Fri, 7 Apr 2023 11:10:40 +0000 (13:10 +0200)
commitca0376ba196ff7ca5fb55e333a94ea23530ee888
treeaff228fc32ba0533d821b2351e018d259a0c539b
parent5a94aa77bb7f970c6ae35cd7537121501f015a7f
drm/vkms: Drop vkms_connector_destroy() wrapper

This helper is just a wrapper that calls drm_connector_cleanup(), there's
no need to have another level of indirection.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: MaĆ­ra Canal <mcanal@igalia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230406110235.3092055-2-javierm@redhat.com
drivers/gpu/drm/vkms/vkms_output.c