ARM: OMAP2+: pm-debug: Use seq_putc() in two functions
authorMarkus Elfring <elfring@users.sourceforge.net>
Sat, 15 Oct 2016 20:30:44 +0000 (22:30 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 9 Nov 2016 22:33:33 +0000 (15:33 -0700)
commit5c02b01d234f8410010c952069d3fb9ec5d9124a
treecd36f5fab81591f48223d6de62cf144e342518c0
parent71b2e2e3b31d8ded15105e0c84e151f6fc6e413f
ARM: OMAP2+: pm-debug: Use seq_putc() in two functions

A single character (line break) should be put into a sequence at the end.
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: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/pm-debug.c