|
@@ -39,6 +39,12 @@ extern int mfc_debug_level;
|
|
|
__func__, __LINE__, ##args); \
|
|
|
} while (0)
|
|
|
|
|
|
+#define mfc_err_limited(fmt, args...) \
|
|
|
+ do { \
|
|
|
+ printk_ratelimited(KERN_ERR "%s:%d: " fmt, \
|
|
|
+ __func__, __LINE__, ##args); \
|
|
|
+ } while (0)
|
|
|
+
|
|
|
#define mfc_info(fmt, args...) \
|
|
|
do { \
|
|
|
printk(KERN_INFO "%s:%d: " fmt, \
|