MIPS: Panic messages should not end in \n.
authorRalf Baechle <ralf@linux-mips.org>
Wed, 18 Sep 2013 14:05:26 +0000 (16:05 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 29 Oct 2013 20:24:19 +0000 (21:24 +0100)
Panic() is going to add a \n itself and it's annoying if a panic message rolls
of the screen on a device with no scrollback.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

No differences found