From: Andrew Morton Date: Wed, 4 Jun 2014 23:12:16 +0000 (-0700) Subject: init/main.c: don't use pr_debug() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~16^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d62cf81524304396276f6aaa5cd7ce62f6f65110;p=pandora-kernel.git init/main.c: don't use pr_debug() Pertially revert commit ea676e846a81 ("init/main.c: convert to pr_foo()"). Unbeknownst to me, pr_debug() is different from the other pr_foo() levels: pr_debug() is a no-op when DEBUG is not defined. Happily, init/main.c does have a #define DEBUG so we didn't break initcall_debug. But the functioning of initcall_debug should not be dependent upon the presence of that #define DEBUG. Reported-by: Russell King Cc: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed