mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
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>
This commit is contained in:
@@ -58,7 +58,7 @@
|
|||||||
*/
|
*/
|
||||||
static unsigned int sec;
|
static unsigned int sec;
|
||||||
|
|
||||||
static char *alg = NULL;
|
static char *alg;
|
||||||
static u32 type;
|
static u32 type;
|
||||||
static u32 mask;
|
static u32 mask;
|
||||||
static int mode;
|
static int mode;
|
||||||
|
Reference in New Issue
Block a user