linux-next: build warning after merge of the drm-misc tree

From: Stephen Rothwell
Date: Mon Jan 07 2019 - 18:59:03 EST


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