]> asedeno.scripts.mit.edu Git - linux.git/commit
isdn:mISDN: fix misuse of %x in hfcpci.c
authorFuqian Huang <huangfq.daxian@gmail.com>
Tue, 23 Apr 2019 02:56:23 +0000 (10:56 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Apr 2019 01:33:30 +0000 (18:33 -0700)
commit0fa4122b2dc4732e35ea11cf065bc54e0e45ed1d
treeb2e9b1e5e2ce98d17c0e359656eb859a2af96385
parent6f9fd97e3a6b32dc7783b0c21f551a9dff7cbe0a
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>
drivers/isdn/hardware/mISDN/hfcpci.c