diff options
author | Helge Deller <deller@gmx.de> | 2018-07-12 23:36:29 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-16 23:36:49 +0300 |
commit | 6e85d7a8bc6543fcf81b1b2af0901e5f3332d113 (patch) | |
tree | c7b6747c2199ea4d1a0a9421b573cd1bade79b0b /usr | |
parent | 04ecac8c12cdab87c44a98f0679079dd13d95a78 (diff) | |
download | linux-6e85d7a8bc6543fcf81b1b2af0901e5f3332d113.tar.xz |
liquidio: 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 parisc platform:
warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type 'dma_addr_t {aka unsigned int}' [-Wformat=]
Signed-off-by: Helge Deller <deller@gmx.de>
Acked-by: Felix Manlunas <felix.manlunas@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions