Hi all,

After merging the drm-misc tree, today's linux-next build (arm
multi_v7_defconfig) produced this warning:

drivers/gpu/drm/msm/msm_gem.c: In function 'describe_fence':
drivers/gpu/drm/msm/msm_gem.c:761:36: warning: format '%u' expects argument of 
type 'unsigned int', but argument 6 has type 'u64' {aka 'long long unsigned 
int'} [-Wformat=]
   seq_printf(m, "\t%9s: %s %s seq %u\n", type,
                                   ~^
                                   %llu
drivers/gpu/drm/msm/msm_gem.c:764:5:
     fence->seqno);
     ~~~~~~~~~~~~

Introduced by commit

  b312d8ca3a7c ("dma-buf: make fence sequence numbers 64 bit v2")

-- 
Cheers,
Stephen Rothwell
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to