From: Dave Jiang Date: Wed, 25 May 2011 02:21:57 +0000 (+0000) Subject: isci: removing the kmalloc in smp request construct X-Git-Tag: v3.0-rc6~1^2~1^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77d67385f7b4a630912fd567f104946be137f477;p=pandora-kernel.git isci: removing the kmalloc in smp request construct It doesn't look like there is any reason to do a kmalloc. We can do the byte swap in place and avoid the allocation. This allow us to remove a kmalloc and a memcpy. Signed-off-by: Dave Jiang Signed-off-by: Dan Williams --- Reading git-diff-tree failed