diff options
author | Fuqian Huang <huangfq.daxian@gmail.com> | 2019-04-23 10:25:28 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-04-23 18:33:30 -0700 |
commit | 6f9fd97e3a6b32dc7783b0c21f551a9dff7cbe0a (patch) | |
tree | 15ad6fb2778dcca5c982c86646a14687206e18db /net/core/sock.c | |
parent | 6b18bdfdba2cb11c26f06dea6bacfd6d43a37c88 (diff) | |
download | blackbird-op-linux-6f9fd97e3a6b32dc7783b0c21f551a9dff7cbe0a.tar.gz blackbird-op-linux-6f9fd97e3a6b32dc7783b0c21f551a9dff7cbe0a.zip |
isdn: hisax: Fix misuse of %x in config.c
Pointers should be printed with %p or %px rather than
cast to (u_long) type and printed with %lX.
As the function seems to be for debug purpose.
Change %lX to %px to print the pointer value.
Signed-off-by: Fuqian Huang <huangfq.daxian@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/sock.c')
0 files changed, 0 insertions, 0 deletions