Re: [PATCH] isdn: hisax: Fix misuse of %x in config.c

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


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

> Pointers should be printed with %p or %px rather than
> cast to (u_long) type and printed with %lX.
> As the function seems to be for debug purpose.
> Change %lX to %px to print the pointer value.
>
> Signed-off-by: Fuqian Huang <huangfq.daxian@xxxxxxxxx>

I agree with Stephen that we should probably remove this stuff entirely
but I'll apply this for now.