Skip to content
Commit 89277a7d authored by Tobias Klauser's avatar Tobias Klauser Committed by Herbert Xu
Browse files

crypto: cryptd - Remove unused but set variable 'tfm'



Remove the unused but set variable tfm in cryptd_enqueue_request to fix
the following warning when building with 'W=1':

crypto/cryptd.c:125:21: warning: variable 'tfm' set but not used [-Wunused-but-set-variable]

Signed-off-by: default avatarTobias Klauser <tklauser@distanz.ch>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 60425a8b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment