From: Ralf Baechle Date: Thu, 17 Nov 2011 15:07:31 +0000 (+0000) Subject: MIPS: Fix up inconsistency in panic() string argument. X-Git-Tag: v3.3-rc1~65^2~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab75dc02c151c9d2a2fd446334d740b097a3b9db;p=pandora-kernel.git 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 --- Reading git-diff-tree failed