]> git.proxmox.com Git - mirror_ubuntu-hirsute-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)
commit4d32758671527761e6ee94568b8e32925c4bc682
tree796a93eb74b2d9b73f8b84c0e3f92c4c5b6e3557
parent56f2150a841ca0915d43e7b9033a4557bc829cc0
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