Re: [PATCH] phy: cpcap-usb: remove unneeded conversion to bool

2021-01-13 Thread Vinod Koul
On 10-12-20, 19:11, Tian Tao wrote: > Fix the following 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: remove unneeded conversion to bool

2020-12-10 Thread Tian Tao
Fix the following warning: drivers/phy/motorola/phy-cpcap-usb.c:146:31-36: WARNING: conversion to bool not needed here. Signed-off-by: Tian Tao --- drivers/phy/motorola/phy-cpcap-usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/phy/motorola/phy-cpcap-usb.c b/dri