]> git.baikalelectronics.ru Git - kernel.git/commit
drivers: of: removing assignment of 0 to static variable
authorSaurabh Sengar <saurabh.truth@gmail.com>
Tue, 27 Oct 2015 03:42:01 +0000 (09:12 +0530)
committerRob Herring <robh@kernel.org>
Fri, 30 Oct 2015 17:04:36 +0000 (12:04 -0500)
commit7278dd6a5f9d1b4d20cd9f194fdbdb3837803efe
tree4d549857eac3b87a54a596c3f300e0a85f4b7c0f
parentd20cd5e9a4d9628495af81ee4b5920cd71542079
drivers: of: removing assignment of 0 to static variable

no need to initialise static variable with 0, hence correcting it.

Signed-off-by: Saurabh Sengar <saurabh.truth@gmail.com>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/fdt.c