commit | 072c4c018e547b4bd6cfa4086aae881140b62759 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Tue Jun 17 16:15:36 2014 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Jun 24 14:05:50 2014 +1000 |
tree | 4113ca3aee85e38657374cf719803d1dcafad740 | |
parent | d84e0d69c26b4d739214974d6ad6baf23f510580 [diff] |
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 <mpe@ellerman.id.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>