OSDN Git Service

ALSA: sparc: no need to initialise statics to 0
authorJason Wang <wangborong@cdjrlc.com>
Sun, 12 Dec 2021 07:04:22 +0000 (15:04 +0800)
committerTakashi Iwai <tiwai@suse.de>
Sun, 12 Dec 2021 09:01:04 +0000 (10:01 +0100)
commit808709d7675dc0707a9fd6a08077c2b29dca0d60
treeee8f5a0f3fe1d3567060f7666a78aaa202889c8e
parent6fadb494a638d8b8a55864ecc6ac58194f03f327
ALSA: sparc: 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.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Link: https://lore.kernel.org/r/20211212070422.281924-1-wangborong@cdjrlc.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/sparc/dbri.c