]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit48fa3767489121e1dca1276585bf12c982d1ea3a
treec88e0d8a1b238c6fb4748d229ddad1de061a3354
parentb09ff604d1bc343cd5cbfc52499101c8accf5bf3
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