commit | e2261afd4caaf1a6473eddbcbd8a5c5eb593316e | [log] [tgz] |
---|---|---|
author | Hans Wennborg <hans@hanshq.net> | Tue Aug 05 21:42:55 2014 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Aug 25 16:17:29 2014 -0400 |
tree | 18d15030970a2acb8fbe5315e54ee9f51948cbc0 | |
parent | 26c0604628f85d435a664f52fd2ca30aab812266 [diff] |
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 <hans@hanshq.net> Acked-by: Avinash Patil <patila@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>