[Intel-gfx] linux-next: build warning after merge of the drm-misc tree
Stephen Rothwell
sfr at canb.auug.org.au
Mon Jan 7 23:58:56 UTC 2019
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
More information about the Intel-gfx
mailing list