|
@@ -389,6 +389,7 @@ static inline char *pack_hex_byte(char *buf, u8 byte)
|
|
|
printk(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__)
|
|
|
#define pr_warning(fmt, ...) \
|
|
|
printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__)
|
|
|
+#define pr_warn pr_warning
|
|
|
#define pr_notice(fmt, ...) \
|
|
|
printk(KERN_NOTICE pr_fmt(fmt), ##__VA_ARGS__)
|
|
|
#define pr_info(fmt, ...) \
|
|
@@ -447,6 +448,7 @@ static inline char *pack_hex_byte(char *buf, u8 byte)
|
|
|
printk_ratelimited(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__)
|
|
|
#define pr_warning_ratelimited(fmt, ...) \
|
|
|
printk_ratelimited(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__)
|
|
|
+#define pr_warn_ratelimited pr_warning_ratelimited
|
|
|
#define pr_notice_ratelimited(fmt, ...) \
|
|
|
printk_ratelimited(KERN_NOTICE pr_fmt(fmt), ##__VA_ARGS__)
|
|
|
#define pr_info_ratelimited(fmt, ...) \
|