Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pinctrl: pinctrl-at91.c: fix decimal printf format specifiers prefixe…
…d with 0x The prefix suggests the number should be printed in hex, so use the %x specifier to do that. Found by using regex suggested by Joe Perches. Signed-off-by: Hans Wennborg <hans@hanshq.net> Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
- Loading branch information