From: Rasmus Villemoes Date: Tue, 2 Dec 2014 23:10:54 +0000 (+0100) Subject: scsi: print single-character strings with seq_putc X-Git-Tag: fixes-v4.0-rc1~143^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f50332ff2574130903356e800913c1a73cc6c1dc;p=pandora-kernel.git scsi: print single-character strings with seq_putc Using seq_putc to print a single character saves at least a strlen() call and a memory access, and may also give a small .text reduction. Signed-off-by: Rasmus Villemoes Reviewed-by: Finn Thain Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed