]> git.baikalelectronics.ru Git - kernel.git/commit
clk: add newline character after dumping all clocks
authorFelipe Balbi <balbi@ti.com>
Fri, 1 May 2015 14:48:37 +0000 (09:48 -0500)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 7 May 2015 18:32:37 +0000 (11:32 -0700)
commit72fa7583a200452b1841b12a971af870a0c00e01
tree36dde3551df238c22765acff760c366e742b4995
parentc2f2e8e8726cd01d3650607f94fb776343546a8d
clk: add newline character after dumping all clocks

clk_dump() will dump data about all clocks in JSON
format, but it misses a newline character at the
end of the JSON string. This patch adds that missing
newline character.

Signed-off-by: Felipe Balbi <balbi@ti.com>
[sboyd@codeaurora.org: Squelch checkpatch with seq_puts()]
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk.c