crypto: tcrypt - Remove the static variable initialisations to NULL
authorJason Wang <wangborong@cdjrlc.com>
Sat, 23 Jul 2022 09:26:40 +0000 (17:26 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 29 Jul 2022 10:29:18 +0000 (18:29 +0800)
commitaf5d35b83f642399c719ea9a8599a13b8a0c4167
treec8795b07b4e939845be276d2c1e3de3d7cf5e874
parent7ae19d422c7da84b5f13bc08b98bd737a08d3a53
crypto: tcrypt - Remove the static variable initialisations to NULL

Initialise global and static variable to NULL is always unnecessary.
Remove the unnecessary initialisations.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/tcrypt.c