]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Make it clearer that systbl check errors are errors
authorMichael Ellerman <mpe@ellerman.id.au>
Mon, 30 Apr 2018 03:27:36 +0000 (13:27 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 10 May 2018 13:25:16 +0000 (23:25 +1000)
commit64ccb6d4064f52a808e3d390e618d775cba7615f
tree6b43af5d94271af1b8c28e9293dfccd90c820fb4
parent6129affe43c861bf8764928ff958e4f3cd95ec1b
powerpc: Make it clearer that systbl check errors are errors

If the systbl_chk.sh checks fail we print a message, but with no
indication that it's an error. That makes it hard to find in build
logs with eg. grep.

So prefix any output with "Error:".

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/systbl_chk.sh