From: Sebastian Siewior Date: Tue, 11 Mar 2008 13:29:47 +0000 (+0800) Subject: [CRYPTO] aes-x86-32: Remove unused return code X-Git-Tag: Ubuntu-5.10.0-12.13~40298^2~12 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=744b5a28109e6a107c24a1426ee22f92b17995e9;p=mirror_ubuntu-hirsute-kernel.git [CRYPTO] aes-x86-32: Remove unused return code The return parameter isn't used remove it. Signed-off-by: Sebastian Siewior Signed-off-by: Herbert Xu --- diff --git a/arch/x86/crypto/aes-i586-asm_32.S b/arch/x86/crypto/aes-i586-asm_32.S index 1093bede3e0a..e41b147f4509 100644 --- a/arch/x86/crypto/aes-i586-asm_32.S +++ b/arch/x86/crypto/aes-i586-asm_32.S @@ -289,7 +289,6 @@ aes_enc_blk: pop %ebx mov %r0,(%ebp) pop %ebp - mov $1,%eax ret // AES (Rijndael) Decryption Subroutine @@ -365,6 +364,4 @@ aes_dec_blk: pop %ebx mov %r0,(%ebp) pop %ebp - mov $1,%eax ret -