git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1a5831
)
x86: Replace seq_printf() with seq_puts()
author
Rasmus Villemoes
<linux@rasmusvillemoes.dk>
Fri, 28 Nov 2014 21:03:41 +0000
(22:03 +0100)
committer
Ingo Molnar
<mingo@kernel.org>
Mon, 8 Dec 2014 10:48:15 +0000
(11:48 +0100)
seq_puts is a lot cheaper than seq_printf, so use that to print
literal strings.
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Link:
http://lkml.kernel.org/r/1417208622-12264-1-git-send-email-linux@rasmusvillemoes.dk
Signed-off-by: Ingo Molnar <mingo@kernel.org>
No differences found