OSDN Git Service

clk: sysfs: fix invalid JSON in clk_dump
authorLubomir Rintel <lkundrak@v3.sk>
Fri, 4 Jan 2019 22:05:49 +0000 (23:05 +0100)
committerStephen Boyd <sboyd@kernel.org>
Wed, 9 Jan 2019 18:45:03 +0000 (10:45 -0800)
commitc6e909972ef87aa2a479269f46b84126f99ec6db
treeee9f6abde428ee758799cdf78e8b39ea4c15ae76
parent3d51e4d9de7dd4e495dfbc6f4803e0f99c120aff
clk: sysfs: fix invalid JSON in clk_dump

Add a missing comma so that the output is valid JSON format again.

Fixes: 9fba738a53dd ("clk: add duty cycle support")
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk.c