applicom: unneed to initialise statics to 0
authorJason Wang <wangborong@cdjrlc.com>
Sun, 12 Dec 2021 07:18:38 +0000 (15:18 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 Dec 2021 09:14:08 +0000 (10:14 +0100)
commitcab00a3e5e5efabecdbfe9d54dc8d779b2e59be3
tree6aea58744462dbcaea6bf0eae7f61d99ab0845f0
parent2d2802fb24de8cbacb4a2d6da2e002acc1c17143
applicom: unneed to initialise statics to 0

Static variables do not need to be initialised to 0, because compilers
will initialise all uninitialised statics to 0. Thus, remove the
unneeded initializations.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Link: https://lore.kernel.org/r/20211212071838.304307-1-wangborong@cdjrlc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/applicom.c