MIPS: traps: remove extra Tainted: line from __show_regs() output
authorPetri Gynther <pgynther@google.com>
Fri, 8 May 2015 22:10:00 +0000 (15:10 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 12 May 2015 21:50:33 +0000 (23:50 +0200)
commit2d2ec2f7c9560aa12417e5d8c26fe159cfdd3827
treec26e664445748071e9f493e540fd6efd402f5b43
parent73d8f99ce42c7da97822faed6aa14578a708b19d
MIPS: traps: remove extra Tainted: line from __show_regs() output

__show_regs() calls show_regs_print_info(), which already outputs
the Tainted: information. So, no need to output it twice.

Signed-off-by: Petri Gynther <pgynther@google.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/9997/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/traps.c