From: Andrew Cooks Date: Mon, 17 Dec 2012 23:59:56 +0000 (-0800) Subject: printk: boot_delay should only affect output X-Git-Tag: v3.8-rc1~74^2~160 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fa72c8fa5d03c4e07894ccb9f0be72e8687a455;p=pandora-kernel.git printk: boot_delay should only affect output The boot_delay parameter affects all printk(), even if the log level prevents visible output from the call. It results in delays greater than the user intended without purpose. This patch changes the behaviour of boot_delay to only delay output. Signed-off-by: Andrew Cooks Acked-by: Randy Dunlap Cc: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed