• Dong Aisheng's avatar
    pinctrl: imx: use seq_puts() instead of seq_printf() · 7d6989ad
    Dong Aisheng authored
    For a constant format without additional arguments, use seq_puts()
    instead of seq_printf(). Also, it fixes the following checkpatch
    warning.
    
    WARNING: Prefer seq_puts to seq_printf
    +		seq_printf(s, "N/A");
    
    WARNING: Prefer seq_puts to seq_printf
    +	seq_printf(s, "\n");
    
    Cc: Linus Walleij <linus.walleij@linaro.org>
    Cc: Shawn Guo <shawnguo@kernel.org>
    Cc: Fabio Estevam <festevam@gmail.com>
    Cc: Stefan Agner <stefan@agner.ch>
    Cc: Pengutronix Kernel Team <kernel@pengutronix.de>
    Signed-off-by: default avatarDong Aisheng <aisheng.dong@nxp.com>
    Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
    7d6989ad
pinctrl-imx.c 20.3 KB