]> git.karo-electronics.de Git - karo-tx-linux.git/commit
clk: nomadik: Use seq_puts() in nomadik_src_clk_show()
authorMarkus Elfring <elfring@users.sourceforge.net>
Thu, 20 Apr 2017 07:45:04 +0000 (09:45 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Sat, 22 Apr 2017 02:47:10 +0000 (19:47 -0700)
commitadd3151133b9ae3bcfd97eab04d9a50b6606453c
treea17e0c75d4184bd0c896468cb3f8f33b9c9adf0d
parent1808a3201965c430b70cb9236ff80d2cad403452
clk: nomadik: Use seq_puts() in nomadik_src_clk_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@codeaurora.org>
drivers/clk/clk-nomadik.c