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

From: Stephen Rothwell
Date: Thu Jun 02 2016 - 21:09:45 EST


Hi all,

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

drivers/dma-buf/sync_file.c: In function 'sync_file_create':
drivers/dma-buf/sync_file.c:85:53: warning: format '%d' expects argument of type 'int', but argument 6 has type 'u64 {aka long long unsigned int}' [-Wformat=]
snprintf(sync_file->name, sizeof(sync_file->name), "%s-%s%d-%d",
^

Introduced by commit

76bf0db55439 ("dma-buf/fence: make fence context 64 bit v2")

--
Cheers,
Stephen Rothwell