Commit 99fee6d7 authored by Linus Torvalds's avatar Linus Torvalds
parents 4e396db8 2e21630d
...@@ -110,7 +110,6 @@ geode_aes_crypt(struct geode_aes_op *op) ...@@ -110,7 +110,6 @@ geode_aes_crypt(struct geode_aes_op *op)
* we don't need to worry * we don't need to worry
*/ */
if (op->src == op->dst)
flags |= (AES_CTRL_DCA | AES_CTRL_SCA); flags |= (AES_CTRL_DCA | AES_CTRL_SCA);
if (op->dir == AES_DIR_ENCRYPT) if (op->dir == AES_DIR_ENCRYPT)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment