Re: [PATCH linux-next] crypto: nx: remove redundant variable rc

2022-08-31 Thread Breno Leitao
On Wed, Aug 31, 2022 at 02:02:48PM +, cgel@gmail.com wrote: > From: Jinpeng Cui > > Return value directly from set_msg_len() instead of > getting value from redundant variable rc. > > Reported-by: Zeal Robot > Signed-off-by: Jinpeng Cui Reviewed-by: Breno Leitao > --- > drivers/cryp

[PATCH linux-next] crypto: nx: remove redundant variable rc

2022-08-31 Thread cgel . zte
From: Jinpeng Cui Return value directly from set_msg_len() instead of getting value from redundant variable rc. Reported-by: Zeal Robot Signed-off-by: Jinpeng Cui --- drivers/crypto/nx/nx-aes-ccm.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/crypto/nx/nx-ae