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>
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
#define ATH6KL_MAX_IE 256
|
||||
|
||||
__printf(2, 3) int ath6kl_printk(const char *level, const char *fmt, ...);
|
||||
__printf(2, 3) void ath6kl_printk(const char *level, const char *fmt, ...);
|
||||
|
||||
/*
|
||||
* Reflects the version of binary interface exposed by ATH6KL target
|
||||
|
Reference in New Issue
Block a user