memory-EMIF: Use seq_putc() in emif_regdump_show()
authorSF Markus Elfring <elfring@users.sourceforge.net>
Tue, 6 Mar 2018 00:21:26 +0000 (16:21 -0800)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Tue, 6 Mar 2018 00:21:26 +0000 (16:21 -0800)
commitd363a88b31fc03268eada426f5940ef685b8df21
tree831961270b7865804ea99bf9e9449ff942462933
parent91ab883eb21325ad80f3473633f794c78ac87f51
memory-EMIF: Use seq_putc() in emif_regdump_show()

A single character (line break) should be put into a sequence.
Thus use the corresponding function "seq_putc".

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
drivers/memory/emif.c