diff options
author | Helge Deller <deller@gmx.de> | 2018-07-12 22:29:16 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-07-12 15:01:28 -0600 |
commit | ea870bb2ae6cbc1a5ba1f3ec8c8fca921a51880b (patch) | |
tree | f3188d33252b5e98092f7978876aba5675ffb94e /include/linux | |
parent | 28519c891c5ad569203636b3b65d36bcb4333d4c (diff) |
block: skd: Use %pad printk format for dma_addr_t values
Use the existing %pad printk format to print dma_addr_t values.
This avoids the following warnings when compiling on the parisc64 platform:
drivers/block/skd_main.c: In function 'skd_preop_sg_list':
drivers/block/skd_main.c:660:4: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 6 has type 'dma_addr_t {aka unsigned int}' [-Wformat=]
Reviewed-by: Bart Van Assche <bart.vanassche@wdc.com>
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions