diff options
author | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-10-01 09:43:09 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-10-01 12:05:36 +0300 |
commit | ef548626429531fedae9ae44c1e89e14cf3244f7 (patch) | |
tree | f33a350123863ebe4fd3bfa932cdcdccb70fa79a /drivers/net/wireless/mwifiex/sta_ioctl.c | |
parent | c6efe578fc5dd02463d2ee20343494da56bdd3a9 (diff) |
ath6kl: fix size_t related warnings
My earlier debug log additions added these warnings when compiling 64 bit
kernels:
ath6kl/init.c:962: warning: format '%d' expects type 'int',
but argument 3 has type 'size_t'
ath6kl/init.c:975: warning: format '%d' expects type 'int',
but argument 3 has type 'size_t'
ath6kl/init.c:988: warning: format '%d' expects type 'int',
but argument 3 has type 'size_t'
ath6kl/init.c:1009: warning: format '%d' expects type 'int',
but argument 3 has type 'size_t'
ath6kl/init.c:1192: warning: format '%d' expects type 'int',
but argument 4 has type 'size_t'
ath6kl/init.c:1236: warning: format '%d' expects type 'int',
but argument 4 has type 'size_t'
ath6kl/init.c:1267: warning: format '%d' expects type 'int',
but argument 4 has type 'size_t'
Reported-by: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/mwifiex/sta_ioctl.c')
0 files changed, 0 insertions, 0 deletions