commit | a7e4fbbfdf7935333800bd801f6affc2515506f2 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Wed Nov 29 14:11:49 2017 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 29 09:45:24 2017 -0500 |
tree | 91ab405510c0bcc79e0ad55e8fd902c347fa3acc | |
parent | 15bfe05c8d6386f1a90e9340d15336e85e32aad6 [diff] |
net: via: via-rhine: use %p to format void * address instead of %x Don't use %x and casting to print out an address, instead use %p and remove the casting. Cleans up smatch warnings: drivers/net/ethernet/via/via-rhine.c:998 rhine_init_one_common() warn: argument 4 to %lx specifier is cast from pointer Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>