Commit 193cb837 authored by Shaomin Deng's avatar Shaomin Deng Committed by Richard Weinberger

uml: Remove the initialization of statics to 0

It is always unnecessary to initialise statics to 0.
Signed-off-by: default avatarShaomin Deng <dengshaomin@cdjrlc.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 4dc5a328
......@@ -9,7 +9,7 @@
#include <os.h>
/* Changed by set_umid_arg */
static int umid_inited = 0;
static int umid_inited;
static int __init set_umid_arg(char *name, int *add)
{
......
Markdown is supported
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