]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ASoC: cs42l43: Remove useless else
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Thu, 28 Sep 2023 08:52:00 +0000 (16:52 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 28 Sep 2023 09:53:21 +0000 (11:53 +0200)
commit67fcdbfd9e133be69c9541a806f6ccfe594fa9a9
tree34a00692de88310b8f7446d1af1b6ac0faee5b1e
parent6d925797304e345e397bc24e62a334b41503fb1d
ASoC: cs42l43: Remove useless else

The assignment of the else and if branches is the same, so the else
here is redundant, so we remove it.

./sound/soc/codecs/cs42l43-sdw.c:35:1-3: WARNING: possible condition with no effect (if == else).

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6712
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20230928085200.48635-1-jiapeng.chong@linux.alibaba.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs42l43-sdw.c