Re: [PATCH] drivers: of: removing assignment of 0 to static variable

2015-10-30 Thread Rob Herring
On Mon, Oct 26, 2015 at 10:42 PM, Saurabh Sengar wrote: > no need to initialise static variable with 0, hence correcting it. > > Signed-off-by: Saurabh Sengar Applied. Thanks. Rob > --- > drivers/of/fdt.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/of/fdt.

[PATCH] drivers: of: removing assignment of 0 to static variable

2015-10-26 Thread Saurabh Sengar
no need to initialise static variable with 0, hence correcting it. Signed-off-by: Saurabh Sengar --- drivers/of/fdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c index 6e82bc42..63699dd 100644 --- a/drivers/of/fdt.c +++ b/drivers/of/fdt