Re: [PATCH 19/20] media: platform: vpdma.c: fix comparison to bool

2020-08-11 Thread Joe Perches
On Tue, 2020-08-11 at 07:57 -0500, Benoit Parrot wrote: > Daniel W. S. Almeida wrote on Fri [2020-Aug-07 > 05:35:46 -0300]: > > From: "Daniel W. S. Almeida" > > > > Fix the following coccinelle report: > > > > drivers/media/platform/ti-vpe/vpdma.c:946:5-26: WARNING: > > Comparison to bool > >

Re: [PATCH 19/20] media: platform: vpdma.c: fix comparison to bool

2020-08-11 Thread Benoit Parrot
Daniel W. S. Almeida wrote on Fri [2020-Aug-07 05:35:46 -0300]: > From: "Daniel W. S. Almeida" > > Fix the following coccinelle report: > > drivers/media/platform/ti-vpe/vpdma.c:946:5-26: WARNING: > Comparison to bool > > Found using - Coccinelle (http://coccinelle.lip6.fr) > >

[PATCH 19/20] media: platform: vpdma.c: fix comparison to bool

2020-08-07 Thread Daniel W. S. Almeida
From: "Daniel W. S. Almeida" Fix the following coccinelle report: drivers/media/platform/ti-vpe/vpdma.c:946:5-26: WARNING: Comparison to bool Found using - Coccinelle (http://coccinelle.lip6.fr) Signed-off-by: Daniel W. S. Almeida --- drivers/media/platform/ti-vpe/vpdma.c | 2 +- 1 file