]> 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)
commit1efe5f97b9701b9b818d23f39a7cfd2e2c113ac2
tree6b43af5d94271af1b8c28e9293dfccd90c820fb4
parent23464b9bf45ce570c5b1e10bfe80cf8616274be4
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