]> git.itanic.dy.fi Git - linux-stable/commit
media: ivtv: no need to initialise statics to 0
authorJason Wang <wangborong@cdjrlc.com>
Sun, 12 Dec 2021 07:09:18 +0000 (08:09 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 14 Dec 2021 15:19:04 +0000 (16:19 +0100)
commit309247892818a5e3075e611570dcdc01183a74c5
treee0168d05b50ecfe6d309fed0c0d5bbc3b8e9341a
parent391137c04ec3ab3d27aa4e3081427f490655ec6f
media: ivtv: 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.

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>
drivers/media/pci/ivtv/ivtvfb.c