Re: [PATCH] phy: cpcap-usb: Simplify bool conversion

2021-02-06 Thread Vinod Koul
On 29-01-21, 15:38, Yang Li wrote: > Fix the following coccicheck warning: > ./drivers/phy/motorola/phy-cpcap-usb.c:146:31-36: WARNING: conversion to > bool not needed here Applied, thanks -- ~Vinod

[PATCH] phy: cpcap-usb: Simplify bool conversion

2021-01-28 Thread Yang Li
Fix the following coccicheck warning: ./drivers/phy/motorola/phy-cpcap-usb.c:146:31-36: WARNING: conversion to bool not needed here Reported-by: Abaci Robot Signed-off-by: Yang Li --- drivers/phy/motorola/phy-cpcap-usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git