]> git.baikalelectronics.ru Git - kernel.git/commit
clk: Replace four seq_printf() calls by seq_putc()
authorMarkus Elfring <elfring@users.sourceforge.net>
Thu, 20 Apr 2017 06:45:43 +0000 (08:45 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Sat, 22 Apr 2017 02:45:24 +0000 (19:45 -0700)
commit4f55da9890badb46fd3213c566c2b2a2346062cf
tree796a93eb74b2d9b73f8b84c0e3f92c4c5b6e3557
parent7e2883e3bcea2eb5a30119783860dae273e8520a
clk: Replace four seq_printf() calls by seq_putc()

Four single characters should be put into a sequence.
Thus use the corresponding function "seq_putc".

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.c