Hi all,
After merging the drm-misc-fixes tree, today's linux-next build (arm multi_v7_defconfig) produced this warning:
drivers/gpu/drm/vc4/vc4_drv.c: In function 'vc4_drm_unbind': drivers/gpu/drm/vc4/vc4_drv.c:322:18: warning: unused variable 'vc4' [-Wunused-variable] 322 | struct vc4_dev *vc4 = to_vc4_dev(drm); | ^~~
Introduced by commit
dcda7c28bff2 ("drm/vc4: kms: Add functions to create the state objects")
Hi Stephen,
On Tue, Nov 03, 2020 at 11:31:21AM +1100, Stephen Rothwell wrote:
Hi all,
After merging the drm-misc-fixes tree, today's linux-next build (arm multi_v7_defconfig) produced this warning:
drivers/gpu/drm/vc4/vc4_drv.c: In function 'vc4_drm_unbind': drivers/gpu/drm/vc4/vc4_drv.c:322:18: warning: unused variable 'vc4' [-Wunused-variable] 322 | struct vc4_dev *vc4 = to_vc4_dev(drm); | ^~~
Introduced by commit
dcda7c28bff2 ("drm/vc4: kms: Add functions to create the state objects")
I just pushed a fix for that one, it should be resolved tomorrow
Thanks! Maxime
dri-devel@lists.freedesktop.org