git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
864c6c2
)
MIPS: Fix up inconsistency in panic() string argument.
author
Ralf Baechle
<ralf@linux-mips.org>
Thu, 17 Nov 2011 15:07:31 +0000
(15:07 +0000)
committer
Ralf 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