28 Sep
2023
28 Sep
'23
10:57 a.m.
On Thu, Sep 28, 2023 at 04:52:00PM +0800, Jiapeng Chong wrote:
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
Thanks, Charles