diff options
author | Arnd Bergmann <arnd@arndb.de> | 2019-08-09 17:40:35 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-10-05 13:47:52 +0300 |
commit | 7c9cbf99117ddc7d25c6adfee27ab44dfca2a9f5 (patch) | |
tree | 44cc4b39378f918244c1ea41b760571832066824 /drivers/media/radio | |
parent | 676ea6ee859c3cb10f1e7a21bbad0bf8c3eb55b0 (diff) | |
download | linux-7c9cbf99117ddc7d25c6adfee27ab44dfca2a9f5.tar.xz |
net: lpc-enet: fix printk format strings
[ Upstream commit de6f97b2bace0e2eb6c3a86e124d1e652a587b56 ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/media/radio')
0 files changed, 0 insertions, 0 deletions