commit | 35f4ac5f1818ff4e1ba5778c5595f3bd94bc9bb4 | [log] [tgz] |
---|---|---|
author | Dario Binacchi <dariobin@libero.it> | Sun Apr 11 09:39:42 2021 +0200 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Mon Apr 12 11:17:15 2021 +0530 |
tree | a3edda63d91bdac1a49853d2fd8ea2e5cb83dc1d | |
parent | c3ed31fdad1113574435be7da9265b83081bab92 [diff] |
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>