diff options
author | Nathan Chancellor <nathan@kernel.org> | 2021-05-11 22:03:06 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-05-12 15:02:52 +0300 |
commit | 9b7493468fa7eeef2e86b8c646c0535c00eed3e2 (patch) | |
tree | 0310f42e670564cfc9ce734a5f188ac36feff603 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 7fe0b0981a1764d665877fa5febc5e8e0e64d2ea (diff) | |
download | linux-9b7493468fa7eeef2e86b8c646c0535c00eed3e2.tar.xz |
ASoC: q6dsp: Undo buggy warning fix
This reverts commit 5f1b95d08de712327e452d082a50fded435ec884.
The warnings that commit 5f1b95d08de7 ("ASoC: q6dsp: q6afe: remove
unneeded dead-store initialization") was trying to fix were already
fixed in commit 12900bacb4f3 ("ASoC: qcom: q6afe: remove useless
assignments"). With both commits in the tree, port_id is uninitialized,
as pointed out by clang:
sound/soc/qcom/qdsp6/q6afe.c:1213:18: warning: variable 'port_id' is
uninitialized when used here [-Wuninitialized]
stop->port_id = port_id;
^~~~~~~
sound/soc/qcom/qdsp6/q6afe.c:1186:13: note: initialize the variable
'port_id' to silence this warning
int port_id;
^
= 0
1 warning generated.
Bring back the initialization so that everything works as intended.
Fixes: 5f1b95d08de7 ("ASoC: q6dsp: q6afe: remove unneeded dead-store initialization")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Link: https://lore.kernel.org/r/20210511190306.2418917-1-nathan@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions