From: Petr Mladek Date: Mon, 17 Feb 2014 15:22:53 +0000 (+0100) Subject: ftrace/x86: Fix order of warning messages when ftrace modifies code X-Git-Tag: omap-for-v3.16/fixes-against-rc1~80^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74bb8c450459c35ea48806b582b634bbbb9ebb09;p=pandora-kernel.git ftrace/x86: Fix order of warning messages when ftrace modifies code The colon at the end of the printk message suggests that it should get printed before the details printed by ftrace_bug(). When touching the line, let's use the preferred pr_warn() macro as suggested by checkpatch.pl. Link: http://lkml.kernel.org/r/1392650573-3390-5-git-send-email-pmladek@suse.cz Signed-off-by: Petr Mladek Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed