]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: mt7621-pinctrl: replace seq_printf with seq_puts
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Thu, 28 Jun 2018 19:02:59 +0000 (21:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Jul 2018 15:33:42 +0000 (17:33 +0200)
commite5d66a1815a22a33af2619402f1d9afe40d0001a
tree59fc82f44d26b39c5f2fd7f842740df6e87b7f84
parentc60cf7e034d3868562f32e8e0458da32ba704b93
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: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-pinctrl/pinctrl-rt2880.c