diff --git a/[refs] b/[refs] index 08f84d9affdc..8dee68b30494 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2a7268abc48c8009b284bd88605d14fcb65772ec +refs/heads/master: bb1dc0bacb8ddd7ba6a5906c678a5a5a110cf695 diff --git a/trunk/include/linux/kernel.h b/trunk/include/linux/kernel.h index 7f0707463360..9365227dbaf6 100644 --- a/trunk/include/linux/kernel.h +++ b/trunk/include/linux/kernel.h @@ -426,7 +426,7 @@ static inline char *pack_hex_byte(char *buf, u8 byte) .burst = DEFAULT_RATELIMIT_BURST, \ }; \ \ - if (!__ratelimit(&_rs)) \ + if (__ratelimit(&_rs)) \ printk(fmt, ##__VA_ARGS__); \ }) #else