Skip to content

Commit 78edeef

Browse files
committed
Merge branch 'linux-6.1-trunk/at91/crypto' into linux-6.1-mchp
2 parents e991cb3 + 836c8d7 commit 78edeef

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/crypto/atmel-aes.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2245,7 +2245,6 @@ static int atmel_aes_authenc_crypt(struct aead_request *req,
22452245
*/
22462246
if ((req->assoclen != 16) && limitation) {
22472247
struct aead_request *subreq = aead_request_ctx(req);
2248-
int ret;
22492248

22502249
aead_request_set_tfm(subreq, actx->fallback);
22512250
aead_request_set_callback(subreq, req->base.flags,

0 commit comments

Comments
 (0)