usb: chipidea: core: show the real pointer value for register
authorPeter Chen <peter.chen@nxp.com>
Thu, 26 Mar 2020 08:26:22 +0000 (16:26 +0800)
committerPeter Chen <peter.chen@nxp.com>
Mon, 30 Mar 2020 06:42:34 +0000 (14:42 +0800)
commit86b17c7f14ed1a442246a332c90df0e81003a2d3
treecb6f21f9952b3ed1b76a36a85272387128fea406
parent80990f3fdc0a9e7cf9c86f13ce6ab89a616c3551
usb: chipidea: core: show the real pointer value for register

The pointer value is "ptrval" like below at current code:
ci_hdrc ci_hdrc.0: ChipIdea HDRC found, revision: 25, lpm: 0;
cap: (ptrval) op: (ptrval)

According to Documentation/core-api/printk-formats.rst, we change
it from %p to %px for real value.

Signed-off-by: Peter Chen <peter.chen@nxp.com>
drivers/usb/chipidea/core.c