OSDN Git Service

drm/vc4: plane: Remove redundant assignment
authorMaxime Ripard <maxime@cerno.tech>
Thu, 18 Mar 2021 16:13:27 +0000 (17:13 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Thu, 8 Apr 2021 12:53:53 +0000 (14:53 +0200)
commit35d65ab3fdba1bdecde9ac3424d6d634ea038729
tree2720851619c601f529fc55b629d06162ea0bc238
parent3b943360a20f3e4b2e0133c7cd7138b51fd93de6
drm/vc4: plane: Remove redundant assignment

The vc4_plane_atomic_async_update function assigns twice in a row the
src_h field in the drm_plane_state structure to the same value. Remove
the second one.

Reviewed-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20210318161328.1471556-2-maxime@cerno.tech
drivers/gpu/drm/vc4/vc4_plane.c