]> git.baikalelectronics.ru Git - kernel.git/commit
drm/vc4: drv: Remove unused variable
authorMaxime Ripard <maxime@cerno.tech>
Mon, 2 Nov 2020 16:29:08 +0000 (17:29 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Tue, 3 Nov 2020 09:11:05 +0000 (10:11 +0100)
commit4f6c4be10a6c69716f43c6f9c3ce00af07a74ea7
tree133771ae18ea724ee6f4f03e65ddd65b026c14ce
parentd310ce1d962d8f41211d1f26c540a6f889fb4a2d
drm/vc4: drv: Remove unused variable

The commit 1091112cf4fb ("drm/vc4: kms: Add functions to create the state
objects") removed the last users of the vc4 variable, but didn't remove
that variable resulting in a warning.

Fixes: 1091112cf4fb ("drm/vc4: kms: Add functions to create the state objects")
Reported-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20201102162908.1436567-1-maxime@cerno.tech
drivers/gpu/drm/vc4/vc4_drv.c