]> git.baikalelectronics.ru Git - kernel.git/commit
clk: Fix JSON output in debugfs
authorStefan Wahren <stefan.wahren@i2se.com>
Wed, 29 Apr 2015 16:36:43 +0000 (16:36 +0000)
committerStephen Boyd <sboyd@codeaurora.org>
Sat, 2 May 2015 01:25:08 +0000 (18:25 -0700)
commit927ac0c451272474f79ab54a6c818d414275ce3d
tree3eadc57849be520a81f57a4aa3935a43689909e4
parent1fe618c78ac45a067d02e72d15271bef60de50d2
clk: Fix JSON output in debugfs

key/value pairs in a JSON object must be separated by a comma.
After adding the properties "accuracy" and "phase" the JSON output
of /sys/kernel/debug/clk/clk_dump is invalid.

So add the missing commas to fix it.

Fixes: 13d9e94f6f6d ("clk: add clk accuracy retrieval support")
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
[sboyd@codeaurora.org: Added comment in function]
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk.c