drm/vc4: crtc: Fix redundant variable assignment
authorMaxime Ripard <maxime@cerno.tech>
Thu, 3 Feb 2022 15:11:51 +0000 (16:11 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 7 Feb 2022 10:15:53 +0000 (11:15 +0100)
commitfc764b103b81ebe88f69f9ae4f116551ab8cfc5d
tree14b48673239246df2ddbbb5d2ce9adaa2280e745
parent6df4432a5eca101b5fd80fbee41d309f3d67928d
drm/vc4: crtc: Fix redundant variable assignment

The variable is assigned twice to the same value. Let's drop one.

Reported-by: kernel test robot <yujie.liu@intel.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220203151151.1270461-1-maxime@cerno.tech
drivers/gpu/drm/vc4/vc4_crtc.c