]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
aha152x: replace seq_printf with seq_puts
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Tue, 2 Dec 2014 23:10:51 +0000 (00:10 +0100)
committerJames Bottomley <JBottomley@Parallels.com>
Mon, 2 Feb 2015 17:57:45 +0000 (09:57 -0800)
commitee7c7277d9444612c0341588abfb958dffbc5b34
tree751a0b87f047dbae03d3f4147e6a4f86d4cac73b
parent2f979427b2babed959c86d32a506063b9145429e
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 <linux@rasmusvillemoes.dk>
Reviewed-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/aha152x.c