diff options
author | Jason Wang <[email protected]> | 2021-12-12 15:04:22 +0800 |
---|---|---|
committer | Takashi Iwai <[email protected]> | 2021-12-12 10:01:04 +0100 |
commit | 808709d7675dc0707a9fd6a08077c2b29dca0d60 (patch) | |
tree | ee8f5a0f3fe1d3567060f7666a78aaa202889c8e /drivers/usb/cdns3/cdns3-imx.c | |
parent | 6fadb494a638d8b8a55864ecc6ac58194f03f327 (diff) |
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-imx.c')
0 files changed, 0 insertions, 0 deletions