From: Daniel Borkmann Date: Thu, 5 Dec 2013 23:33:33 +0000 (+0100) Subject: crypto: memneq - fix for archs without efficient unaligned access X-Git-Tag: v3.14-rc1~117^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e37b94ebffdd93d121e5308eb93e2e55a0893fbb;p=pandora-kernel.git crypto: memneq - fix for archs without efficient unaligned access Commit fe8c8a126806 introduced a possible build error for archs that do not have CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS set. :/ Fix this up by bringing else braces outside of the ifdef. Reported-by: Fengguang Wu Fixes: fe8c8a126806 ("crypto: more robust crypto_memneq") Signed-off-by: Daniel Borkmann Acked-By: Cesar Eduardo Barros Signed-off-by: Herbert Xu --- Reading git-diff-tree failed