Skip to content
Commit 0fa4122b authored by Fuqian Huang's avatar Fuqian Huang Committed by David S. Miller
Browse files

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: default avatarFuqian Huang <huangfq.daxian@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6f9fd97e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment