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)
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>

No differences found