forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 244b2c5ca8b14627e4a17755e5922221e121c771
kernel/crypto/seqiv.c
....@@ -23,7 +23,7 @@
2323 struct aead_request *subreq = aead_request_ctx(req);
2424 struct crypto_aead *geniv;
2525
26
- if (err == -EINPROGRESS)
26
+ if (err == -EINPROGRESS || err == -EBUSY)
2727 return;
2828
2929 if (err)