diff options
author | Fuqian Huang <huangfq.daxian@gmail.com> | 2019-04-21 13:46:54 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-04-21 19:37:26 +0200 |
commit | 05453eadbf89c4f428ec0e6e962348f18e3a0caa (patch) | |
tree | 4ff9ba403e4bbf407ec60ce14e0fbcb5bb18ca5c /drivers/Kconfig | |
parent | Merge branch 'mlxsw-Small-routing-improvements' (diff) | |
download | linux-05453eadbf89c4f428ec0e6e962348f18e3a0caa.tar.xz linux-05453eadbf89c4f428ec0e6e962348f18e3a0caa.zip |
atm: iphase: fix misuse of %x
Pointers should be printed with %p or %px rather than
cast to long type and printed with %x.
Change %x to %p to print the pointers.
Signed-off-by: Fuqian Huang <huangfq.daxian@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions