]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
clk: Simplify debugfs printing and add a newline
authorStephen Boyd <sboyd@kernel.org>
Tue, 25 Jun 2019 03:01:55 +0000 (20:01 -0700)
committerStephen Boyd <sboyd@kernel.org>
Tue, 25 Jun 2019 18:56:04 +0000 (11:56 -0700)
commit11f6c2307caee89370d7752eb6f404f1ed73faaf
treea396f5fb90bb92766d1b60c252eb1a69ba17dbf4
parentf925a054f0f85c93282f6ddab0e1355237293214
clk: Simplify debugfs printing and add a newline

The possible parent printing function duplicates a bunch of if
conditions. Pull that into another function so we can print an extra
character at the end, either a space or a newline. This way we can add
the required newline that got lost here and also shorten the code.

Fixes: 2d156b78ce8f ("clk: Fix debugfs clk_possible_parents for clks without parent string names")
Cc: Chen-Yu Tsai <wens@csie.org>
Tested-by: Chen-Yu Tsai <wens@csie.org>
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk.c