]> www.infradead.org Git - users/jedix/linux-maple.git/commit
pinctrl: ingenic: Replace seq_printf() by seq_puts()
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 5 Dec 2024 13:13:10 +0000 (14:13 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 17 Dec 2024 14:05:43 +0000 (15:05 +0100)
commitefe479ccc4b58efcc9568a19c89fd797f63d0bf0
treee8d5642e46b9d5da91cdedcd08a19a1c619b8777
parent9550fd31fd20f9cebdf0280666fc9d9c70034cb3
pinctrl: ingenic: Replace seq_printf() by seq_puts()

Simplify "seq_printf(p, "%s", ...)" to "seq_puts(p, ...)".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/9a5b38027ed674ca773fe28a3b3246631eae8834.1733404358.git.geert+renesas@glider.be
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-ingenic.c