commit | ab75dc02c151c9d2a2fd446334d740b097a3b9db | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Thu Nov 17 15:07:31 2011 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Dec 07 22:01:45 2011 +0000 |
tree | 45270931b489a1260e2d2aa3b9ffb1ef7347cfb6 | |
parent | 864c6c22e9a5742b0f43c983b6c405d52817bacd [diff] |
MIPS: Fix up inconsistency in panic() string argument. 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>