From: Johannes Goetzfried Date: Thu, 5 Jul 2012 18:43:58 +0000 (+0200) Subject: crypto: twofish-avx - remove useless instruction X-Git-Tag: v3.6-rc1~94^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a43478863b16cb0986fd2ec9d1f1b9ebaaec5922;p=pandora-kernel.git crypto: twofish-avx - remove useless instruction The register %rdx is written, but never read till the end of the encryption routine. Therefore let's delete the useless instruction. Signed-off-by: Johannes Goetzfried Signed-off-by: Herbert Xu --- Reading git-diff-tree failed