Преглед изворни кода

irda: Simplify IRDA logging macros

These are the same as net_<level>_ratelimited, so
use the more common style in the macro definition.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Joe Perches пре 10 година
родитељ
комит
d65c4e4e0a
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      include/net/irda/irda.h

+ 3 - 3
include/net/irda/irda.h

@@ -77,9 +77,9 @@ do { if(!(expr)) { \
 #define IRDA_ASSERT_LABEL(label)
 #define IRDA_ASSERT_LABEL(label)
 #endif /* CONFIG_IRDA_DEBUG */
 #endif /* CONFIG_IRDA_DEBUG */
 
 
-#define IRDA_WARNING(args...) do { if (net_ratelimit()) printk(KERN_WARNING args); } while (0)
-#define IRDA_MESSAGE(args...) do { if (net_ratelimit()) printk(KERN_INFO args); } while (0)
-#define IRDA_ERROR(args...)   do { if (net_ratelimit()) printk(KERN_ERR args); } while (0)
+#define IRDA_ERROR		net_err_ratelimited
+#define IRDA_WARNING		net_warn_ratelimited
+#define IRDA_MESSAGE		net_info_ratelimited
 
 
 /*
 /*
  *  Magic numbers used by Linux-IrDA. Random numbers which must be unique to 
  *  Magic numbers used by Linux-IrDA. Random numbers which must be unique to