提交 ef82763d 编写于 作者: P Pavel Roskin 提交者: John W. Linville

ath5k: use KERN_WARNING in ATH5K_PRINTF

Signed-off-by: NPavel Roskin <proski@gnu.org>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 fdd55d14
...@@ -72,7 +72,8 @@ ...@@ -72,7 +72,8 @@
GENERIC DRIVER DEFINITIONS GENERIC DRIVER DEFINITIONS
\****************************/ \****************************/
#define ATH5K_PRINTF(fmt, ...) printk("%s: " fmt, __func__, ##__VA_ARGS__) #define ATH5K_PRINTF(fmt, ...) \
printk(KERN_WARNING "%s: " fmt, __func__, ##__VA_ARGS__)
#define ATH5K_PRINTK(_sc, _level, _fmt, ...) \ #define ATH5K_PRINTK(_sc, _level, _fmt, ...) \
printk(_level "ath5k %s: " _fmt, \ printk(_level "ath5k %s: " _fmt, \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册