Re: [PATCH] crypto/cnxk: fix RISC-V compilation

2023-10-11 Thread Thomas Monjalon
11/10/2023 09:18, Tejasree Kondoj: > Fixing RISC-V compilation failure by adding check > for NULL pointer. > > Fixes: 905537accdd1 ("crypto/cnxk: support raw APIs") > > Signed-off-by: Tejasree Kondoj Squashed in "crypto/cnxk: support raw APIs", thank you.

[PATCH] crypto/cnxk: fix RISC-V compilation

2023-10-11 Thread Tejasree Kondoj
Fixing RISC-V compilation failure by adding check for NULL pointer. Fixes: 905537accdd1 ("crypto/cnxk: support raw APIs") Signed-off-by: Tejasree Kondoj --- drivers/crypto/cnxk/cnxk_se.h | 8 1 file changed, 8 insertions(+) diff --git a/drivers/crypto/cnxk/cnxk_se.h b/drivers/crypto/c