Skip to content
Commit fcf6a2b3 authored by Dario Binacchi's avatar Dario Binacchi Committed by Lokesh Vutla
Browse files

pinctrl: single: fix debug messages formatting



The dev_dbg(dev, "  reg/val 0x%pa/0x%08x\n", &reg, val); prints the 'reg'
address preceded by the prefix 0x0x instead of 0x. This because the
printf '%pa' format specifier already prepends the prefix '0x' to the
address displayed.

Signed-off-by: default avatarDario Binacchi <dariobin@libero.it>
Reviewed-by: default avatarPratyush Yadav <p.yadav@ti.com>
parent 9b884e79
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment