Re: [PATCH] PM: domains: Simplify the calculation of variables

2021-02-01 Thread Rafael J. Wysocki
On Mon, Feb 1, 2021 at 11:11 AM Ulf Hansson wrote: > > On Wed, 27 Jan 2021 at 09:42, Abaci Team > wrote: > > > > Fix the following coccicheck warnings: > > > > ./drivers/base/power/domain.c:938:31-33: WARNING !A || A && B is > > equivalent to !A || B. > > > > Reported-by: Abaci Robot > > Sugges

Re: [PATCH] PM: domains: Simplify the calculation of variables

2021-02-01 Thread Ulf Hansson
On Wed, 27 Jan 2021 at 09:42, Abaci Team wrote: > > Fix the following coccicheck warnings: > > ./drivers/base/power/domain.c:938:31-33: WARNING !A || A && B is > equivalent to !A || B. > > Reported-by: Abaci Robot > Suggested-by: Jiapeng Zhong > Signed-off-by: Abaci Team Acked-by: Ulf Hansson

[PATCH] PM: domains: Simplify the calculation of variables

2021-01-27 Thread Abaci Team
Fix the following coccicheck warnings: ./drivers/base/power/domain.c:938:31-33: WARNING !A || A && B is equivalent to !A || B. Reported-by: Abaci Robot Suggested-by: Jiapeng Zhong Signed-off-by: Abaci Team --- drivers/base/power/domain.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)