From: Michael Ellerman Date: Tue, 17 Jun 2014 06:15:36 +0000 (+1000) Subject: powerpc/ftrace: Use pr_fmt() to namespace error messages X-Git-Tag: omap-for-v3.16/fixes-rc4~57^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=072c4c018e547b4bd6cfa4086aae881140b62759;p=pandora-kernel.git powerpc/ftrace: Use pr_fmt() to namespace error messages The printks() in our ftrace code have no prefix, so they appear on the console with very little context, eg: Branch out of range Use pr_fmt() & pr_err() to add a prefix. While we're at it, collapse a few split lines that don't need to be, and add a missing newline to one message. Signed-off-by: Michael Ellerman Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed