From: Hans Wennborg Date: Wed, 6 Aug 2014 04:43:16 +0000 (-0700) Subject: pinctrl: pinctrl-at91.c: fix decimal printf format specifiers prefixed with 0x X-Git-Tag: omap-fixes-against-v3.17-rc3~35^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b6fe45a79a9ca2429eaf8713be7bdc936c211c3;p=pandora-kernel.git pinctrl: pinctrl-at91.c: fix decimal printf format specifiers prefixed 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 Acked-by: Alexandre Belloni Signed-off-by: Linus Walleij --- Reading git-diff-tree failed