Re: [PATCH v2 01/06] atm: iphase: fix misuse of %x

From: David Miller
Date: Sun Apr 21 2019 - 13:37:51 EST


From: Fuqian Huang <huangfq.daxian@xxxxxxxxx>
Date: Sun, 21 Apr 2019 19:46:54 +0800

> Pointers should be printed with %p or %px rather than
> cast to long type and printed with %x.
> Change %x to %p to print the pointers.
>
> Signed-off-by: Fuqian Huang <huangfq.daxian@xxxxxxxxx>

Applied to net-next.