Hi all, After merging the drm-misc tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_atomic_get_mst_topology_state': drivers/gpu/drm/drm_dp_mst_topology.c:4187:21: warning: unused variable 'dev' [-Wunused-variable] 4187 | struct drm_device *dev = mgr->dev; | ^~~ Introduced by commit 83fa9842afe7 ("drm/dp-mst: Drop connection_mutex check") -- Cheers, Stephen Rothwell