]> rtime.felk.cvut.cz Git - zynq/linux.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)
commit0b13ea8e2661822960b59924b02b4a0ebcf22149
tree4d549857eac3b87a54a596c3f300e0a85f4b7c0f
parent25fff6aa3213676200a0acc9ee37a1ab56d16cd6
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