diff options
author | Arnd Bergmann <arnd@arndb.de> | 2025-02-27 14:19:01 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-02-27 14:06:00 +0000 |
commit | 79ed408b2402e8113aa5a298f3bb9088ede58f6c (patch) | |
tree | 5c62dff5b181fc94fb7e22bd2ae635a9a9c22f5e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | a54a659f5cc25e3b23ab19af08d0b23488bd9f4e (diff) |
ASoC: mediatek: mt8188: avoid uninitialized variable use
The 'msk' variable has no initialization:
sound/soc/mediatek/mt8188/mt8188-dai-dmic.c:311:4: error: variable 'msk' is uninitialized when used here [-Werror,-Wuninitialized]
311 | msk |= PWR2_TOP_CON1_DMIC_FIFO_SOFT_RST_EN(i);
| ^~~
Set it to zero before the loop.
Fixes: c1e42ec04197 ("ASoC: mediatek: mt8188: Add support for DMIC")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: NĂcolas F. R. A. Prado <nfraprado@collabora.com>
Link: https://patch.msgid.link/20250227131939.1040168-1-arnd@kernel.org
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