atm: iphase: fix misuse of %x
authorFuqian Huang <huangfq.daxian@gmail.com>
Sun, 21 Apr 2019 11:46:54 +0000 (19:46 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 Apr 2019 17:37:26 +0000 (10:37 -0700)
commit05453eadbf89c4f428ec0e6e962348f18e3a0caa
tree4ff9ba403e4bbf407ec60ce14e0fbcb5bb18ca5c
parentf9e0d65b1fe3659d299b76c82a4b44a7d71c41e4
atm: iphase: fix misuse of %x

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@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/atm/iphase.c