diff options
author | Dario Binacchi <dariobin@libero.it> | 2021-04-11 09:39:42 +0200 |
---|---|---|
committer | Lokesh Vutla <lokeshvutla@ti.com> | 2021-04-12 11:17:15 +0530 |
commit | fcf6a2b30a23a77323b11dedf31526f66b9ea2f2 (patch) | |
tree | a3edda63d91bdac1a49853d2fd8ea2e5cb83dc1d /drivers/ddr/imx/imx8m/ddr_init.c | |
parent | 9b884e79a6ac8cededabc3eced318d212a9c8fc3 (diff) | |
download | u-boot-fcf6a2b30a23a77323b11dedf31526f66b9ea2f2.tar.gz u-boot-fcf6a2b30a23a77323b11dedf31526f66b9ea2f2.tar.xz u-boot-fcf6a2b30a23a77323b11dedf31526f66b9ea2f2.zip |
pinctrl: single: fix debug messages formatting
The dev_dbg(dev, " reg/val 0x%pa/0x%08x\n", ®, 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: Dario Binacchi <dariobin@libero.it>
Reviewed-by: Pratyush Yadav <p.yadav@ti.com>
Diffstat (limited to 'drivers/ddr/imx/imx8m/ddr_init.c')
0 files changed, 0 insertions, 0 deletions