OSDN Git Service

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)
commit53da14d0833a663cb98ef111ed91c575f2da9236
tree6b43af5d94271af1b8c28e9293dfccd90c820fb4
parent4c1481ae60f85b75633a300fb616999f7d9a113f
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