diff options
Diffstat (limited to 'drivers/crypto/picoxcell_crypto.c')
-rw-r--r-- | drivers/crypto/picoxcell_crypto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/picoxcell_crypto.c b/drivers/crypto/picoxcell_crypto.c index 017340c3b715..a2b553eabbdb 100644 --- a/drivers/crypto/picoxcell_crypto.c +++ b/drivers/crypto/picoxcell_crypto.c | |||
@@ -1242,8 +1242,8 @@ static void spacc_spacc_complete(unsigned long data) | |||
1242 | spin_unlock_irqrestore(&engine->hw_lock, flags); | 1242 | spin_unlock_irqrestore(&engine->hw_lock, flags); |
1243 | 1243 | ||
1244 | list_for_each_entry_safe(req, tmp, &completed, list) { | 1244 | list_for_each_entry_safe(req, tmp, &completed, list) { |
1245 | req->complete(req); | ||
1246 | list_del(&req->list); | 1245 | list_del(&req->list); |
1246 | req->complete(req); | ||
1247 | } | 1247 | } |
1248 | } | 1248 | } |
1249 | 1249 | ||