From: Hans Wennborg Date: Wed, 6 Aug 2014 04:42:55 +0000 (-0700) Subject: mwifiex: fix decimal printf format specifiers prefixed with 0x X-Git-Tag: fixes-against-v3.18-rc2~81^2~133^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2261afd4caaf1a6473eddbcbd8a5c5eb593316e;p=pandora-kernel.git mwifiex: 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: Avinash Patil Signed-off-by: John W. Linville --- Reading git-diff-tree failed