]> git.baikalelectronics.ru Git - kernel.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)
commit61264a1e7385b7a0aef33107818ea7bae2d9a300
treeb2e9b1e5e2ce98d17c0e359656eb859a2af96385
parent0b3b30ee5ab4d0bd98456f45dc6e6d208cce8a63
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