diff options
author | Arnd Bergmann <arnd@arndb.de> | 2019-08-09 16:40:35 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2019-08-15 21:33:57 +0200 |
commit | de6f97b2bace0e2eb6c3a86e124d1e652a587b56 (patch) | |
tree | cdfc9a1be574a6027bdb0fa21448f6877fbbd476 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 772775c1dfe00c99a9fe449ed35f74f1067f0128 (diff) |
net: lpc-enet: fix printk format strings
compile-testing this driver on other architectures showed
multiple warnings:
drivers/net/ethernet/nxp/lpc_eth.c: In function 'lpc_eth_drv_probe':
drivers/net/ethernet/nxp/lpc_eth.c:1337:19: warning: format '%d' expects argument of type 'int', but argument 4 has type 'resource_size_t {aka long long unsigned int}' [-Wformat=]
drivers/net/ethernet/nxp/lpc_eth.c:1342:19: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'dma_addr_t {aka long long unsigned int}' [-Wformat=]
Use format strings that work on all architectures.
Link: https://lore.kernel.org/r/20190809144043.476786-10-arnd@arndb.de
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions