Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5d66a18 authored by Sergio Paracuellos's avatar Sergio Paracuellos Committed by Greg Kroah-Hartman
Browse files

staging: mt7621-pinctrl: replace seq_printf with seq_puts



For a constant format without additional arguments, use seq_puts()
instead of seq_printf() fixing also the following checkpatch.pl
warning: 'Prefer seq_puts to seq_printf'

Signed-off-by: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c60cf7e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ static void rt2880_pinctrl_pin_dbg_show(struct pinctrl_dev *pctrldev,
					struct seq_file *s,
					unsigned int offset)
{
	seq_printf(s, "ralink pio");
	seq_puts(s, "ralink pio");
}

static void rt2880_pinctrl_dt_subnode_to_map(struct pinctrl_dev *pctrldev,