提交 0b13ea8e 编写于 作者: S Saurabh Sengar 提交者: Rob Herring

drivers: of: removing assignment of 0 to static variable

no need to initialise static variable with 0, hence correcting it.
Signed-off-by: NSaurabh Sengar <saurabh.truth@gmail.com>
Signed-off-by: NRob Herring <robh@kernel.org>
上级 25fff6aa
...@@ -184,7 +184,7 @@ static void * unflatten_dt_node(const void *blob, ...@@ -184,7 +184,7 @@ static void * unflatten_dt_node(const void *blob,
struct property *pp, **prev_pp = NULL; struct property *pp, **prev_pp = NULL;
const char *pathp; const char *pathp;
unsigned int l, allocl; unsigned int l, allocl;
static int depth = 0; static int depth;
int old_depth; int old_depth;
int offset; int offset;
int has_name = 0; int has_name = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册