Re: [PATCH][scsi-next] scsi: core: remove redundant assignment to shost->use_blk_mq

2018-03-28 Thread Martin K. Petersen
Colin, > The first assignment to shost->use_blk_mq is redundant as it is > overwritten by the following statement. Remove this redundant code. Applied to 4.16/scsi-fixes. Thank you! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH][scsi-next] scsi: core: remove redundant assignment to shost->use_blk_mq

2018-03-28 Thread Bart Van Assche
On Wed, 2018-03-28 at 17:41 +0100, Colin King wrote: > From: Colin Ian King > > The first assignment to shost->use_blk_mq is redundant as it is > overwritten by the following statement. Remove this redundant code. > > Detected by CoverityScan, CID#1466993 ("Unused value") Reviewed-by: Bart Van

[PATCH][scsi-next] scsi: core: remove redundant assignment to shost->use_blk_mq

2018-03-28 Thread Colin King
From: Colin Ian King The first assignment to shost->use_blk_mq is redundant as it is overwritten by the following statement. Remove this redundant code. Detected by CoverityScan, CID#1466993 ("Unused value") Signed-off-by: Colin Ian King --- drivers/scsi/hosts.c | 1 - 1 file changed, 1 delet