PCI: tegra: Use 'seq_puts' instead of 'seq_printf'
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Tue, 4 May 2021 17:17:54 +0000 (19:17 +0200)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Thu, 5 Aug 2021 10:42:07 +0000 (11:42 +0100)
commit804b2b6f2a95d924f52c80c80a01b8fea73efb1e
tree92be688c93087f36c4319d1f1fd3f02d2ed1903e
parenteff21f5da308265678e7e59821795e606f3e560f
PCI: tegra: Use 'seq_puts' instead of 'seq_printf'

As spotted by checkpatch, use 'seq_puts' instead of 'seq_printf' when
possible.
It is slightly more efficient.

Link: https://lore.kernel.org/r/7bdedb342b9221169ab085540cf25d1992e8b97a.1620148539.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reviewed-by: Vidya Sagar <vidyas@nvidia.com>
drivers/pci/controller/pci-tegra.c