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