ath: change logging functions to return void
authorJoe Perches <joe@perches.com>
Mon, 22 Sep 2014 17:35:34 +0000 (10:35 -0700)
committerKalle Valo <kvalo@qca.qualcomm.com>
Mon, 29 Sep 2014 11:29:23 +0000 (14:29 +0300)
commitbabcb3edd942927091ef5e5b284ffc657c652023
tree0deb32a455b883fc2bae8bd7d9b16e89be95e828
parent7869b4faf53e9d25212b17fcbc59dce22324fce7
ath: change logging functions to return void

The return values are not used by callers of these functions
so change the functions to return void.

Other miscellanea:

o add __printf verification to wil6210 logging functions
  No format/argument mismatches found

Acked-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/debug.c
drivers/net/wireless/ath/ath10k/debug.h
drivers/net/wireless/ath/ath6kl/common.h
drivers/net/wireless/ath/ath6kl/debug.c
drivers/net/wireless/ath/ath6kl/debug.h
drivers/net/wireless/ath/wil6210/debug.c
drivers/net/wireless/ath/wil6210/wil6210.h