Re: [PATCH v2] coresight: tmc-etr: Assign boolean values to a bool variable

2020-11-10 Thread Mathieu Poirier
On Tue, Nov 10, 2020 at 11:39:15AM +0800, xiakaixu1...@gmail.com wrote: > From: Kaixu Xia > > Fix the following coccinelle warnings: > > ./drivers/hwtracing/coresight/coresight-tmc-etr.c:957:2-15: WARNING: > Assignment of 0/1 to bool variable > > Fix them by assigning boolean values. > > Repo

[PATCH v2] coresight: tmc-etr: Assign boolean values to a bool variable

2020-11-09 Thread xiakaixu1987
From: Kaixu Xia Fix the following coccinelle warnings: ./drivers/hwtracing/coresight/coresight-tmc-etr.c:957:2-15: WARNING: Assignment of 0/1 to bool variable Fix them by assigning boolean values. Reported-by: Tosk Robot Signed-off-by: Kaixu Xia --- drivers/hwtracing/coresight/coresight-tm