diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-01-19 17:55:28 +0300 |
---|---|---|
committer | Jon Mason <jdmason@kudzu.us> | 2018-01-29 06:17:24 +0300 |
commit | 1536dc063e82090c5da65ddd94b1da1b38bfab43 (patch) | |
tree | 256cd76fd8b2b3ad7dbf56a685a2e94229ce608e /include/rdma/rw.h | |
parent | 6952c6de8a350ef6052f3ae33499b947819df913 (diff) | |
download | linux-1536dc063e82090c5da65ddd94b1da1b38bfab43.tar.xz |
NTB: ntb_perf: fix printing of resource_size_t
On 32-bit architectures, resource_size_t is usually 'unsigned int' or
'unsigned long' but not 'unsigned long long', so we get a warning
about printing the wrong data:
drivers/ntb/test/ntb_perf.c: In function 'perf_setup_peer_mw':
drivers/ntb/test/ntb_perf.c:1390:35: error: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'resource_size_t {aka unsigned int}' [-Werror=format=]
This changes the format string to the special %pa that is already
used elsewhere in the same file.
Fixes: b83003b3fdc1 ("NTB: ntb_perf: Add full multi-port NTB API support")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
Diffstat (limited to 'include/rdma/rw.h')
0 files changed, 0 insertions, 0 deletions