diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-02-14 16:39:05 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-02-14 17:17:05 +0100 |
commit | 33d9245c6092336420c67f761b3bdcdd6c7c1d5d (patch) | |
tree | b398458abb69e0bb5b395bddc480bb3f37847742 /lib/show_mem.c | |
parent | Linux 4.16-rc1 (diff) | |
download | linux-33d9245c6092336420c67f761b3bdcdd6c7c1d5d.tar.xz linux-33d9245c6092336420c67f761b3bdcdd6c7c1d5d.zip |
ASoC: soc-dapm: Use empty struct initializer
{ NULL } only clears the first member of the structure.
Even though the first member of the snd_soc_dapm_update struct is a
pointer,it is more robust to use the empty struct initializer that
clears all the struct members.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'lib/show_mem.c')
0 files changed, 0 insertions, 0 deletions