Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1412665 > unrolled thread

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

Started byStephen Rothwell <sfr@canb.auug.org.au>
First post2016-06-03 03:10 +0200
Last post2016-06-03 03:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  linux-next: build warning after merge of the drm-misc tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-06-03 03:10 +0200

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

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2016-06-03 03:10 +0200
Subjectlinux-next: build warning after merge of the drm-misc tree
Message-ID<rFLMC-4Zt-3@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web