Re: [PATCH] crypto: octeontx2 - fix signedness bug in cptvf_register_interrupts()

2021-02-04 Thread Herbert Xu
On Wed, Jan 27, 2021 at 08:25:59AM +0300, Dan Carpenter wrote: > The "num_vec" has to be signed for the error handling to work. > > Fixes: 19d8e8c7be15 ("crypto: octeontx2 - add virtual function driver > support") > Signed-off-by: Dan Carpenter > --- > drivers/crypto/marvell/octeontx2/otx2_cptv

[PATCH] crypto: octeontx2 - fix signedness bug in cptvf_register_interrupts()

2021-01-26 Thread Dan Carpenter
The "num_vec" has to be signed for the error handling to work. Fixes: 19d8e8c7be15 ("crypto: octeontx2 - add virtual function driver support") Signed-off-by: Dan Carpenter --- drivers/crypto/marvell/octeontx2/otx2_cptvf_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d