MIPS: Fix up inconsistency in panic() string argument.
authorRalf Baechle <ralf@linux-mips.org>
Thu, 17 Nov 2011 15:07:31 +0000 (15:07 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 7 Dec 2011 22:01:45 +0000 (22:01 +0000)
Panic() invokes printk() to add a \n internally, so panic arguments should
not themselves end in \n.  Panic invocations in arch/mips and elsewhere
are inconsistently sometimes terminating in \n, sometimes not.

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

No differences found