Skip to content
Snippets Groups Projects
Commit 808709d7 authored by Jason Wang's avatar Jason Wang Committed by Takashi Iwai
Browse files

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: default avatarJason Wang <wangborong@cdjrlc.com>
Link: https://lore.kernel.org/r/20211212070422.281924-1-wangborong@cdjrlc.com


Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 6fadb494
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment