diff options
-rw-r--r-- | arch/x86/crypto/sha-mb/sha1_mb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/crypto/sha-mb/sha1_mb.c b/arch/x86/crypto/sha-mb/sha1_mb.c index 99eefd812958..a225a5ca1037 100644 --- a/arch/x86/crypto/sha-mb/sha1_mb.c +++ b/arch/x86/crypto/sha-mb/sha1_mb.c | |||
@@ -204,8 +204,7 @@ static struct sha1_hash_ctx *sha1_ctx_mgr_resubmit(struct sha1_ctx_mgr *mgr, str | |||
204 | continue; | 204 | continue; |
205 | } | 205 | } |
206 | 206 | ||
207 | if (ctx) | 207 | ctx->status = HASH_CTX_STS_IDLE; |
208 | ctx->status = HASH_CTX_STS_IDLE; | ||
209 | return ctx; | 208 | return ctx; |
210 | } | 209 | } |
211 | 210 | ||