diff options
author | Fuqian Huang <huangfq.daxian@gmail.com> | 2019-04-23 10:56:23 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-04-23 18:33:30 -0700 |
commit | 0fa4122b2dc4732e35ea11cf065bc54e0e45ed1d (patch) | |
tree | b2e9b1e5e2ce98d17c0e359656eb859a2af96385 /net/core/sock.c | |
parent | 6f9fd97e3a6b32dc7783b0c21f551a9dff7cbe0a (diff) | |
download | blackbird-op-linux-0fa4122b2dc4732e35ea11cf065bc54e0e45ed1d.tar.gz blackbird-op-linux-0fa4122b2dc4732e35ea11cf065bc54e0e45ed1d.zip |
isdn:mISDN: fix misuse of %x in hfcpci.c
Pointers should be printed with %p or %px rather than
cast to (u_long) and printed with %lx.
Change %lx to %p to print the pointer.
Change %lx to %pad to print the dma_addr_t.
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