ath10k: fix printf format string
authorMichal Kazior <michal.kazior@tieto.com>
Fri, 4 Oct 2013 06:13:19 +0000 (08:13 +0200)
committerKalle Valo <kvalo@qca.qualcomm.com>
Tue, 8 Oct 2013 12:13:53 +0000 (15:13 +0300)
commitfd9c4864a749ba1079fd73bf8394bc15d5c2c892
treedd2b2d079cb88f3a68e64453a2a7b9dc39d0dd52
parent3efcb3b40cc40091661eb376be175a6971616f6b
ath10k: fix printf format string

size_t corresponds to %zu not %d. Compiler was
complaining about it.

Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/core.c