]> 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)
commitc0068008842c925797156d67db5f965d75720d38
tree133771ae18ea724ee6f4f03e65ddd65b026c14ce
parentf0fd11f80df45d59ecddd38512c80915ad40ee7d
drm/vc4: drv: Remove unused variable

The commit 4d394e358779 ("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: 4d394e358779 ("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