diff options
author | Jason Wang <[email protected]> | 2021-12-12 08:09:18 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2021-12-14 16:19:04 +0100 |
commit | 309247892818a5e3075e611570dcdc01183a74c5 (patch) | |
tree | e0168d05b50ecfe6d309fed0c0d5bbc3b8e9341a /net/lapb/lapb_in.c | |
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/[email protected]
Signed-off-by: Jason Wang <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions