Re: [PATCH] Fix some misuses of %x

2019-04-20 Thread Randy Dunlap
On 4/19/19 6:21 AM, Fuqian Huang wrote: > The pointers should be printed with %p or %px rather than > cast to long or unsigned long type and printed with %x. > Change %x to %p to print pointers. > > Signed-off-by: Fuqian Huang Hi, You will need to send this patch (or patch set/patch series) to

[PATCH] Fix some misuses of %x

2019-04-19 Thread Fuqian Huang
The pointers should be printed with %p or %px rather than cast to long or unsigned long type and printed with %x. Change %x to %p to print pointers. Signed-off-by: Fuqian Huang --- drivers/atm/iphase.c | 4 ++-- drivers/misc/genwqe/card_debugfs.c | 4 ++-- drivers/net/hippi/rrunner