From: Rasmus Villemoes Date: Tue, 2 Dec 2014 23:10:52 +0000 (+0100) Subject: scsi: replace seq_printf with seq_puts X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~127^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91c40f24faadd977ee9209fee6a760e72a50d19c;p=pandora-kernel.git scsi: replace seq_printf with seq_puts Using seq_printf to print a simple string is a lot more expensive than it needs to be, since seq_puts exists. Replace seq_printf with seq_puts when possible. Signed-off-by: Rasmus Villemoes Reviewed-by: Finn Thain Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed