Re: [PATCH] isdn:mISDN: fix misuse of %x in hfcpci.c

From: David Miller
Date: Tue Apr 23 2019 - 21:34:08 EST


From: Fuqian Huang <huangfq.daxian@xxxxxxxxx>
Date: Tue, 23 Apr 2019 10:56:23 +0800

> 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@xxxxxxxxx>

Applied.