From: Felipe Balbi Date: Fri, 1 May 2015 14:48:37 +0000 (-0500) Subject: clk: add newline character after dumping all clocks X-Git-Tag: omap-for-v4.3/legacy-v2-signed~79^2~18^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70e9f4dde00182600989ca57f08d51be12f1523f;p=pandora-kernel.git 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 [sboyd@codeaurora.org: Squelch checkpatch with seq_puts()] Signed-off-by: Stephen Boyd --- Reading git-diff-tree failed