]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: tools: no need to initialise statics to 0
authorJason Wang <wangborong@cdjrlc.com>
Sun, 8 May 2022 02:31:46 +0000 (10:31 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 12 May 2022 16:00:15 +0000 (18:00 +0200)
commit2598fa82b211d61ea2036953f5f287521c5f4c60
tree41f30240625becdf8be89e57797e01e96887eed8
parentb2e0e01fd22d97a2ef6fc76941196975575401fb
MIPS: tools: no need to initialise statics to 0

Static variables do not need to be initialised to 0, because compiler
will initialise all uninitialised statics to 0. Thus, remove the
unneeded initializations.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/boot/tools/relocs.c