On Sun, 12 Dec 2021 08:04:22 +0100, Jason Wang wrote: > > 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 at cdjrlc.com> Thanks, applied now. Takashi