x86/decoder: Use stderr if insn sanity test fails
authorPaul Bolle <pebolle@tiscali.nl>
Tue, 25 Oct 2016 20:56:05 +0000 (22:56 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 26 Oct 2016 06:41:06 +0000 (08:41 +0200)
commitbb12d6740f6de393927362f23f833a79d85df384
tree4f3084ff005d082ee58bd9fc75e82c0dde791204
parentbdcc18b548b8f1fab23c097724c6f32daac03185
x86/decoder: Use stderr if insn sanity test fails

If the instruction sanity test fails, it prints a "Failure" message to
stdout. Make this program behave like the rest of the build and print
that message to stderr.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1477428965-20548-3-git-send-email-pebolle@tiscali.nl
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/tools/insn_sanity.c