]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5f974c2fd8e834a6f5bb1972fceda91845e47532
treeee9f6abde428ee758799cdf78e8b39ea4c15ae76
parent248d4e1575759764577507f75980553c33f1bd23
clk: sysfs: fix invalid JSON in clk_dump

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

Fixes: cd191272012c ("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