]> 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)
commit197772d4b25b4be81b9606f734a8a2a4aba80fef
treeee9f6abde428ee758799cdf78e8b39ea4c15ae76
parenta757887875362f3eb16d0d0cb0ec4d82f680f429
clk: sysfs: fix invalid JSON in clk_dump

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

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