]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: ab8500-debugfs: Remove extraneous seq_putc
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Dec 2020 17:19:49 +0000 (09:19 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Dec 2020 17:19:49 +0000 (09:19 -0800)
commit09a00e39f22285668cbfebb209f48ee38d31bf3d
tree2ef13fe350c621ab2c806397c9b9b2b20e4d5811
parent95fa2255f2ae746693826c79065d329101ae04da
mfd: ab8500-debugfs: Remove extraneous seq_putc

Commit a71f61759e19 ("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: 1667c120f16e ("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>
drivers/mfd/ab8500-debugfs.c