Hi all,
After merging the drm-misc tree, today's linux-next build (arm multi_v7_defconfig) produced this warning:
drivers/gpu/drm/sun4i/sun8i_tcon_top.c: In function 'sun8i_tcon_top_register_gate': drivers/gpu/drm/sun4i/sun8i_tcon_top.c:102:10: warning: return makes pointer from integer without a cast [-Wint-conversion] return index; ^~~~~
Introduced by commit
af11942ee44e ("drm/sun4i: tcon-top: Cleanup clock handling")
dri-devel@lists.freedesktop.org