diff options
author | Jason Wang <wangborong@cdjrlc.com> | 2021-12-12 08:09:18 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-12-14 16:19:04 +0100 |
commit | 309247892818a5e3075e611570dcdc01183a74c5 (patch) | |
tree | e0168d05b50ecfe6d309fed0c0d5bbc3b8e9341a /drivers/media/pci/ddbridge | |
parent | 391137c04ec3ab3d27aa4e3081427f490655ec6f (diff) |
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>
Diffstat (limited to 'drivers/media/pci/ddbridge')
0 files changed, 0 insertions, 0 deletions