From: Valdis Kletnieks Date: Tue, 27 May 2014 18:28:59 +0000 (-0400) Subject: kernel/workqueue.c: pr_warning/pr_warn & printk/pr_info X-Git-Tag: omap-for-v3.16/fixes-against-rc1~83^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=015af06e103fa47af29ada0f564301c81d4973b2;p=pandora-kernel.git kernel/workqueue.c: pr_warning/pr_warn & printk/pr_info This commit did an incorrect printk->pr_info conversion. If we were converting to pr_info() we should lose the log_level parameter. The problem is that this is called (indirectly) by show_regs_print_info(), which is called with various log_levels (from _INFO clear to _EMERG). So we leave it as a printk() call so the desired log_level is applied. Not a full revert, as the other half of the patch is correct. Signed-off-by: Valdis Kletnieks Signed-off-by: Tejun Heo --- Reading git-diff-tree failed