drm/vc4: crtc: Remove redundant call to drm_crtc_enable_color_mgmt
authorMaxime Ripard <maxime@cerno.tech>
Fri, 21 Feb 2020 15:48:19 +0000 (16:48 +0100)
committerpopcornmix <popcornmix@gmail.com>
Wed, 1 Jul 2020 15:33:38 +0000 (16:33 +0100)
commit478a627674ccb52135cd95658ba3568ea2bd2bb3
treeecdf338af407fffd816f5ba9c1a62b35658b0482
parent2bbfd0cc5a46420b8336fa5689b0c90e743233e7
drm/vc4: crtc: Remove redundant call to drm_crtc_enable_color_mgmt

The driver calls the helper to add the color management properties twice,
which is redundant. Remove the first one.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
drivers/gpu/drm/vc4/vc4_crtc.c