Re: [PATCH] hwmon: (pmbus) Simplify the calculation of variables

2021-01-27 Thread Guenter Roeck
On Tue, Jan 26, 2021 at 02:21:40PM +0800, Jiapeng Zhong wrote: > Fix the following coccicheck warnings: > > ./drivers/hwmon/pmbus/pmbus_core.c:1265:24-26: WARNING !A || A && B is > equivalent to !A || B. > > Reported-by: Abaci Robot > Signed-off-by: Jiapeng Zhong Applied. Thanks, Guenter > -

[PATCH] hwmon: (pmbus) Simplify the calculation of variables

2021-01-26 Thread Jiapeng Zhong
Fix the following coccicheck warnings: ./drivers/hwmon/pmbus/pmbus_core.c:1265:24-26: WARNING !A || A && B is equivalent to !A || B. Reported-by: Abaci Robot Signed-off-by: Jiapeng Zhong --- drivers/hwmon/pmbus/pmbus_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dr