From: Rasmus Villemoes Date: Fri, 28 Nov 2014 21:03:41 +0000 (+0100) Subject: x86: Replace seq_printf() with seq_puts() X-Git-Tag: omap-for-v3.19/fixes-rc1~159^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3736708f034ae1e8c62789ed737e8b90d5b40210;p=pandora-kernel.git x86: Replace seq_printf() with seq_puts() seq_puts is a lot cheaper than seq_printf, so use that to print literal strings. Signed-off-by: Rasmus Villemoes Link: http://lkml.kernel.org/r/1417208622-12264-1-git-send-email-linux@rasmusvillemoes.dk Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed