Re: [PATCH] scsi: qla2xxx: use true,false for need_mpi_reset

2020-05-07 Thread Martin K. Petersen
On Thu, 30 Apr 2020 20:17:51 +0800, Jason Yan wrote: > Fix the following coccicheck warning: > > drivers/scsi/qla2xxx/qla_tmpl.c:1031:6-20: WARNING: Assignment of 0/1 to > bool variable > drivers/scsi/qla2xxx/qla_tmpl.c:1062:3-17: WARNING: Assignment of 0/1 to > bool variable Applied to 5.8/scsi

Re: [PATCH] scsi: qla2xxx: use true,false for need_mpi_reset

2020-04-30 Thread himanshu . madhani
On 4/30/20 7:17 AM, Jason Yan wrote: Fix the following coccicheck warning: drivers/scsi/qla2xxx/qla_tmpl.c:1031:6-20: WARNING: Assignment of 0/1 to bool variable drivers/scsi/qla2xxx/qla_tmpl.c:1062:3-17: WARNING: Assignment of 0/1 to bool variable Signed-off-by: Jason Yan --- drivers/scs