diff options
author | Steven Rostedt <rostedt@goodmis.org> | 2013-05-01 19:35:51 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-05-01 19:44:24 +0200 |
commit | bf5d770bd234a1e66322dd79c4ae5b397cd2b9c1 (patch) | |
tree | b92a59f7e8cc4417fb2ab853fc08c5dd21538581 /lib/Kconfig.kmemcheck | |
parent | Merge branch 'topic/omap3isp' of git://git.kernel.org/pub/scm/linux/kernel/gi... (diff) | |
download | linux-bf5d770bd234a1e66322dd79c4ae5b397cd2b9c1.tar.xz linux-bf5d770bd234a1e66322dd79c4ae5b397cd2b9c1.zip |
init: Do not warn on non-zero initcall return
Commit f91eb62f71b3 ("init: scream bloody murder if interrupts are
enabled too early") added three new warnings. The first two seemed
reasonable, but the third included a warning when an initcall returned
non-zero. Although, the third WARN() does include an imbalanced preempt
disabled, or irqs disable, it shouldn't warn if it only had an initcall
that just returns non-zero.
In fact, according to Linus, it shouldn't print at all. As it only
prints with initcall_debug set, and that already shows enough
information to fix things.
Link: http://lkml.kernel.org/r/CA+55aFzaBC5SFi7=F2mfm+KWY5qTsBmOqgbbs8E+LUS8JK-sBg@mail.gmail.com
Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
Reported-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/Kconfig.kmemcheck')
0 files changed, 0 insertions, 0 deletions