12 Dec
2021
12 Dec
'21
10:01 a.m.
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@cdjrlc.com
Thanks, applied now.
Takashi