]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
drm: arc: Remove unnecessary drm_plane_cleanup() wrapper
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Wed, 17 Jan 2018 21:15:18 +0000 (23:15 +0200)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 5 Jan 2021 05:20:19 +0000 (07:20 +0200)
commit506c34ca7f895df1ceae69bfd47936f83dee85c7
tree173e7bcd28f4895ca68056d21307cecfdba866e7
parent9fa120458da142da0d1d3eaf6f6a3a2c2c91d27b
drm: arc: Remove unnecessary drm_plane_cleanup() wrapper

Use the drm_plane_cleanup() function directly as the drm_plane_funcs
.destroy() handler without creating an unnecessary wrapper around it.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/arc/arcpgu_crtc.c