Home
last modified time | relevance | path

Searched hist:"05453 eadbf89c4f428ec0e6e962348f18e3a0caa" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/atm/
H A Diphase.cdiff 05453eadbf89c4f428ec0e6e962348f18e3a0caa Sun Apr 21 13:46:54 CEST 2019 Fuqian Huang <huangfq.daxian@gmail.com> 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>