From: Rasmus Villemoes Date: Tue, 2 Dec 2014 23:10:50 +0000 (+0100) Subject: advansys: replace seq_printf with seq_puts X-Git-Tag: fixes-v4.0-rc1~143^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f979427b2babed959c86d32a506063b9145429e;p=pandora-kernel.git advansys: 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