clk: Use seq_puts() in possible_parent_show()
authorMarkus Elfring <elfring@users.sourceforge.net>
Mon, 1 Jul 2019 20:20:40 +0000 (22:20 +0200)
committerStephen Boyd <sboyd@kernel.org>
Thu, 8 Aug 2019 15:03:17 +0000 (08:03 -0700)
commit1ccc0ddf046a0197f2f9acca02a64da10aa6112d
treec88e0d8a1b238c6fb4748d229ddad1de061a3354
parent9f7767226083d51c0674f1b71ac52daea6778b84
clk: Use seq_puts() in possible_parent_show()

A string which did not contain a data format specification should be put
into a sequence. Thus use the corresponding function “seq_puts”.

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk.c