|
@@ -426,7 +426,7 @@ static inline char *pack_hex_byte(char *buf, u8 byte)
|
|
.burst = DEFAULT_RATELIMIT_BURST, \
|
|
.burst = DEFAULT_RATELIMIT_BURST, \
|
|
}; \
|
|
}; \
|
|
\
|
|
\
|
|
- if (!__ratelimit(&_rs)) \
|
|
|
|
|
|
+ if (__ratelimit(&_rs)) \
|
|
printk(fmt, ##__VA_ARGS__); \
|
|
printk(fmt, ##__VA_ARGS__); \
|
|
})
|
|
})
|
|
#else
|
|
#else
|