1
0
Fork 0

ARM: remove extraneous newline in show_regs()

Remove an unnecessary newline in show_regs().

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
hifive-unleashed-5.1
Russell King 2014-09-03 23:36:58 +01:00
parent c0e7f7ee71
commit 7f038073c0
1 changed files with 0 additions and 1 deletions

View File

@ -306,7 +306,6 @@ void __show_regs(struct pt_regs *regs)
void show_regs(struct pt_regs * regs)
{
printk("\n");
__show_regs(regs);
dump_stack();
}