]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: cryptd - Remove unused but set variable 'tfm'
authorTobias Klauser <tklauser@distanz.ch>
Mon, 31 Oct 2016 14:42:43 +0000 (15:42 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 1 Nov 2016 00:37:17 +0000 (08:37 +0800)
commitf36cffd6dbdf9fb1ae2242bebe46a4970a0b0c42
treeb74254a236fb87c9f791a47300a7a74281219aca
parent0166c3247be8c9e5150e203d17c1011f1cb463dc
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: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/cryptd.c