commit | 17441227f6258fc379c6ebfe21c3eec43b6f0de3 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Jun 15 15:08:17 2011 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jun 15 20:03:59 2011 -0700 |
tree | d38f88d97472ae33827fd8cd247e0cd5161c61ba | |
parent | ac5622418bbff9cd3dc607aa57dfb4f62a7f2043 [diff] |
checkpatch: add warning for uses of printk_ratelimit Warn about uses of printk_ratelimit() because it uses a global state and can hide subsequent useful messages. Signed-off-by: Joe Perches <joe@perches.com> Cc: Andy Whitcroft <apw@canonical.com> Cc: Richard Weinberger <richard@nod.at> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>