mfd: ab8500-debugfs: Remove extraneous seq_putc

Commit c9a3c4e637ac ("mfd: ab8500-debugfs: Remove extraneous curly
brace") removed a left-over curly brace that caused build failures, but
Joe Perches points out that the subsequent 'seq_putc()' should also be
removed, because the commit that caused all these problems already added
the final '\n' to the seq_printf() above it.

Reported-by: Joe Perches <joe@perches.com>
Fixes: 886c8121659d ("mfd: ab8500-debugfs: Remove the racy fiddling with irq_desc")
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

-1
-1
drivers/mfd/ab8500-debugfs.c
··· 1521 line + irq_first, 1522 num_interrupts[line], 1523 num_wake_interrupts[line]); 1524 - seq_putc(s, '\n'); 1525 } 1526 1527 return 0;
··· 1521 line + irq_first, 1522 num_interrupts[line], 1523 num_wake_interrupts[line]); 1524 } 1525 1526 return 0;