]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: iaa - Do not clobber req->base.data
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 24 Mar 2025 04:04:18 +0000 (12:04 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 7 Apr 2025 05:22:25 +0000 (13:22 +0800)
commitcc98d8ce934b99789d30421957fd6a20fffb1c22
treefc89cf51c95b0dc4b62d8e6d5ef29999b0da8fcc
parent184e56e77c06a7eef68a021e9d4b11a11a8ab096
crypto: iaa - Do not clobber req->base.data

The req->base.data field is for the user and must not be touched by
the driver, unless you save it first.

The iaa driver doesn't seem to be using the req->base.data value
so just remove the assignment.

Fixes: 09646c98d0bf ("crypto: iaa - Add irq support for the crypto async interface")
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/intel/iaa/iaa_crypto_main.c