Re: [PATCH] dmaengine: qcom_hidma: use true,false for bool variable

2020-05-13 Thread Vinod Koul
On 04-05-20, 19:34, Jason Yan wrote: > Fix the following coccicheck warning: > > drivers/dma/qcom/hidma.c:553:1-17: WARNING: Assignment of 0/1 to bool > variable Applied, thanks -- ~Vinod

Re: [PATCH] dmaengine: qcom_hidma: use true,false for bool variable

2020-05-04 Thread Sinan Kaya
On 5/4/2020 7:34 AM, Jason Yan wrote: > Fix the following coccicheck warning: > > drivers/dma/qcom/hidma.c:553:1-17: WARNING: Assignment of 0/1 to bool > variable > > Signed-off-by: Jason Yan > --- > drivers/dma/qcom/hidma.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --gi

[PATCH] dmaengine: qcom_hidma: use true,false for bool variable

2020-05-04 Thread Jason Yan
Fix the following coccicheck warning: drivers/dma/qcom/hidma.c:553:1-17: WARNING: Assignment of 0/1 to bool variable Signed-off-by: Jason Yan --- drivers/dma/qcom/hidma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/qcom/hidma.c b/drivers/dma/qcom/hidma.c inde