]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit538b2faa3ab8ff2506b9a23ac7bf56e40ef90b36
treef33a350123863ebe4fd3bfa932cdcdccb70fa79a
parent5a93e5bc4763c9cae8e7cb677e0f4f76d33df7b0
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