[PATCH] silence initcall warnings
authorAndrew Morton <akpm@osdl.org>
Mon, 1 May 2006 19:15:52 +0000 (12:15 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 2 May 2006 01:17:43 +0000 (18:17 -0700)
commitf3a19cb45f4730c4ce09ca9bccf197efd010dc3b
tree8d335d5ecfebf4040865e09d3cdb0e7c012cc5c7
parent42e4c8585f8cbbfac3b70aa2d0a4f869509a0354
[PATCH] silence initcall warnings

Suppress the initcall-return-value warnings unless initcall_debug was
specified.

They do find bugs, but they're extremely small ones and as Andi points out,
people get distressed.

Cc: Andi Kleen <ak@muc.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
init/main.c