Skip to content

Commit 30dd94d

Browse files
Barry Songherbertx
authored andcommitted
crypto: iaa - fix the missing CRYPTO_ALG_ASYNC in cra_flags
Add the missing CRYPTO_ALG_ASYNC flag since intel iaa driver works asynchronously. Signed-off-by: Barry Song <[email protected]> Acked-by: Tom Zanussi <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent db8ac88 commit 30dd94d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/crypto/intel/iaa/iaa_crypto_main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,6 +1823,7 @@ static struct acomp_alg iaa_acomp_fixed_deflate = {
18231823
.base = {
18241824
.cra_name = "deflate",
18251825
.cra_driver_name = "deflate-iaa",
1826+
.cra_flags = CRYPTO_ALG_ASYNC,
18261827
.cra_ctxsize = sizeof(struct iaa_compression_ctx),
18271828
.cra_module = THIS_MODULE,
18281829
.cra_priority = IAA_ALG_PRIORITY,

0 commit comments

Comments
 (0)