From 4c1eaa2344fb26bb5e936fb4d8ee307343ea0089 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Wed, 1 Apr 2015 09:12:19 +0200 Subject: [PATCH] drivers/block/pmem: Fix 32-bit build warning in pmem_alloc() MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fix: drivers/block/pmem.c: In function ‘pmem_alloc’: drivers/block/pmem.c:138:7: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘phys_addr_t’ [-Wformat=] By using the proper %pa format specifier we use for 'phys_addr_t' arguments. Cc: Andrew Morton Cc: Andy Lutomirski Cc: Boaz Harrosh Cc: Borislav Petkov Cc: Christoph Hellwig Cc: Dan Williams Cc: H. Peter Anvin Cc: Jens Axboe Cc: Jens Axboe Cc: Keith Busch Cc: Linus Torvalds Cc: Matthew Wilcox Cc: Ross Zwisler Cc: Thomas Gleixner Cc: linux-nvdimm@ml01.01.org Signed-off-by: Ingo Molnar --- Reading git-format-patch failed