commit | 70e9f4dde00182600989ca57f08d51be12f1523f | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Fri May 01 09:48:37 2015 -0500 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Thu May 07 11:32:37 2015 -0700 |
tree | 36dde3551df238c22765acff760c366e742b4995 | |
parent | d5255ec362f67586392c368fd21c8a2746e84e77 [diff] |
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>