Re: [PATCH v2] net: phy: mscc: fix excluded_middle.cocci warnings

2020-11-17 Thread Jakub Kicinski
On Mon, 16 Nov 2020 22:15:01 +0100 Antoine Tenart wrote: > Quoting Julia Lawall (2020-11-16 16:34:44) > > From: kernel test robot > > > > Condition !A || A && B is equivalent to !A || B. > > > > Generated by: scripts/coccinelle/misc/excluded_middle.cocci > > > > Fixes: b76f0ea01312

Re: [PATCH v2] net: phy: mscc: fix excluded_middle.cocci warnings

2020-11-16 Thread Antoine Tenart
Hello Julia, Quoting Julia Lawall (2020-11-16 16:34:44) > From: kernel test robot > > Condition !A || A && B is equivalent to !A || B. > > Generated by: scripts/coccinelle/misc/excluded_middle.cocci > > Fixes: b76f0ea01312 ("coccinelle: misc: add excluded_middle.cocci script") > CC: Denis

[PATCH v2] net: phy: mscc: fix excluded_middle.cocci warnings

2020-11-16 Thread Julia Lawall
From: kernel test robot Condition !A || A && B is equivalent to !A || B. Generated by: scripts/coccinelle/misc/excluded_middle.cocci Fixes: b76f0ea01312 ("coccinelle: misc: add excluded_middle.cocci script") CC: Denis Efremov Reported-by: kernel test robot Signed-off-by: kernel test robot