-
Jason Wang authored
Static variables do not need to be initialised to 0, because compiler will initialise all uninitialised statics to 0. Thus, remove the unneeded initializations. Link: https://lore.kernel.org/linux-media/20211212070918.289617-1-wangborong@cdjrlc.com Signed-off-by:
Jason Wang <wangborong@cdjrlc.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
30924789