From 1b9bb911921fb2cdb594147a947ebb1fe67091a7 Mon Sep 17 00:00:00 2001 From: Yong Zhang Date: Tue, 6 Apr 2010 14:35:02 -0700 Subject: [PATCH] --- yaml --- r: 189574 b: refs/heads/master c: bb1dc0bacb8ddd7ba6a5906c678a5a5a110cf695 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/kernel.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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