diff options
| author | wangdicheng <wangdicheng@kylinos.cn> | 2026-07-17 17:15:40 +0800 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-07-18 01:22:47 +0100 |
| commit | fcf2a365da23994f47af0f1203cf245d5e467b6a (patch) | |
| tree | 5d33793e2518cee2f9d1665f215c20d51876c5d8 /tools/perf/scripts/python/bin | |
| parent | 7619cfb830ad9a6e34121b34838ab0992ce514a8 (diff) | |
ASoC: mediatek: mt8189: Remove redundant else-if branch with identical body
Fix a compiler warning about a condition with no effect:
sound/mediatek/mt8189/mt8189-dai-adda.c:388:7-9: WARNING: possible condition with no effect (if == else)
The MTKAIF_PROTOCOL_2 branch and the else branch both write the same
value 0xB0 to AFE_AUD_PAD_TOP_CFG0, making the else-if condition
meaningless. Remove the redundant branch.
Signed-off-by: wangdicheng <wangdicheng@kylinos.cn>
Link: https://patch.msgid.link/20260717091542.721877-2-wangdich9700@163.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
