diff options
author | 2012-06-21 15:33:10 +0300 | |
---|---|---|
committer | 2012-06-21 16:48:21 +0300 | |
commit | 41844076c5c3a33636b5c26d19b16c6141c5d6cd (patch) | |
tree | 68a6d3929c89e9dab477559daf126469109d87c6 /security/selinux/netlink.c | |
parent | wl18xx: split siso40 HT cap between 2Ghz and 5Ghz (diff) | |
download | wireguard-linux-41844076c5c3a33636b5c26d19b16c6141c5d6cd.tar.xz wireguard-linux-41844076c5c3a33636b5c26d19b16c6141c5d6cd.zip |
wl18xx: use %zu for size_t arguments in printk calls
After 934b9d1e (wl18xx: avoid some -Wformat warnings) there was still
a warning with (at least) ARM gcc version 4.4.1:
drivers/net/wireless/ti/wl18xx/main.c: In function 'wl18xx_conf_init':
drivers/net/wireless/ti/wl18xx/main.c:1026: warning: format '%ld' expects type 'long int', but argument 2 has type 'unsigned int'
Fix this by using %zu for the both formats, since the fw->size and the
macro (derived from sizeof()) are size_t.
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'security/selinux/netlink.c')
0 files changed, 0 insertions, 0 deletions