Hi all, After merging the drm-tegra tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: drivers/gpu/drm/tegra/dc.c: In function 'tegra_cursor_atomic_update': drivers/gpu/drm/tegra/dc.c:883:6: warning: unused variable 'dma_mask' [-Wunused-variable] 883 | u64 dma_mask = *dc->dev->dma_mask; | ^~~~~~~~ Introduced by commit 647779e7270a ("drm/tegra: dc: Implement hardware cursor on Tegra186 and later") -- Cheers, Stephen Rothwell