Hi all, After merging the imx-drm tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: drivers/gpu/drm/panfrost/panfrost_job.c: In function 'panfrost_job_close': drivers/gpu/drm/panfrost/panfrost_job.c:617:28: warning: unused variable 'js' [-Wunused-variable] 617 | struct panfrost_job_slot *js = pfdev->js; | ^~ Introduced by commit a17d609e3e21 ("drm/panfrost: Don't corrupt the queue mutex on open/close") -- Cheers, Stephen Rothwell