diff options
author | 2018-02-14 13:39:03 -0200 | |
---|---|---|
committer | 2018-02-14 16:16:56 +0000 | |
commit | c90ef8c7419180ee873dd64e5ae162d32faca762 (patch) | |
tree | ccc316b05f7e442268b9954704145f2335a17157 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ASoC: adau1701: replace codec to component (diff) | |
download | linux-rng-c90ef8c7419180ee873dd64e5ae162d32faca762.tar.xz linux-rng-c90ef8c7419180ee873dd64e5ae162d32faca762.zip |
ASoC: adau17x1: Use empty struct initializer
{ 0 } only clears the first member of the structure.
The first member of the snd_soc_dapm_update struct is a pointer,
and writing 0 to a pointer results in a sparse warning.
Use the empty struct initializer that clears all the struct members
and fixes the sparse warning.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions