ath6kl: fix size_t related warnings
authorKalle Valo <kvalo@qca.qualcomm.com>
Sat, 1 Oct 2011 06:43:09 +0000 (09:43 +0300)
committerKalle Valo <kvalo@qca.qualcomm.com>
Sat, 1 Oct 2011 09:05:36 +0000 (12:05 +0300)
commitef548626429531fedae9ae44c1e89e14cf3244f7
treef33a350123863ebe4fd3bfa932cdcdccb70fa79a
parentc6efe578fc5dd02463d2ee20343494da56bdd3a9
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>
drivers/net/wireless/ath/ath6kl/init.c