diff options
author | Krzysztof Kozlowski <[email protected]> | 2020-09-02 21:36:57 +0200 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2020-09-07 09:15:57 +0200 |
commit | b5f9a2c686d91ad5a97ee4a5be9ae1e6da8d4789 (patch) | |
tree | 06cacd42004997eece2051bd18ab94b0c0408de6 /scripts/gdb/linux/modules.py | |
parent | 308d2722f6430839f06572af776f37f7af697134 (diff) |
mmc: sdhci-of-sparx5: Use proper printk format for dma_addr_t
dma_addr_t size varies between architectures so use dedicated printk
format to fix compile testing warning (e.g. on 32-bit MIPS):
drivers/mmc/host/sdhci-of-sparx5.c:63:11: warning:
format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘dma_addr_t {aka unsigned int}’ [-Wformat=]
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Acked-by: Lars Povlsen <[email protected]>
Signed-off-by: Ulf Hansson <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions