rt2x00: remove NOTICE
We use this macro only on 3 places - remove it and replace by other appropriate macros for printing messages. Signed-off-by: Stanislaw Gruszka <stf_xl@wp.pl> Acked-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
bb9c298f31
commit
92941382e8
@@ -89,8 +89,6 @@
|
||||
DEBUG_PRINTK_PROBE(KERN_ERR, "Error", __msg, ##__args)
|
||||
#define WARNING(__dev, __msg, __args...) \
|
||||
DEBUG_PRINTK_MSG(__dev, KERN_WARNING, "Warning", __msg, ##__args)
|
||||
#define NOTICE(__dev, __msg, __args...) \
|
||||
DEBUG_PRINTK_MSG(__dev, KERN_NOTICE, "Notice", __msg, ##__args)
|
||||
#define INFO(__dev, __msg, __args...) \
|
||||
DEBUG_PRINTK_MSG(__dev, KERN_INFO, "Info", __msg, ##__args)
|
||||
#define DEBUG(__dev, __msg, __args...) \
|
||||
|
Reference in New Issue
Block a user