Commit af5d35b8 authored by Jason Wang's avatar Jason Wang Committed by Herbert Xu
Browse files

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: default avatarJason Wang <wangborong@cdjrlc.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 7ae19d42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@
 */
static unsigned int sec;

static char *alg = NULL;
static char *alg;
static u32 type;
static u32 mask;
static int mode;