doulbe test in a expression is redundant. so just remove one of them. Signed-off-by: zhong jiang <zhongjiang@xxxxxxxxxx> --- drivers/scsi/qla1280.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/scsi/qla1280.c b/drivers/scsi/qla1280.c index 390775d..8e6f156 100644 --- a/drivers/scsi/qla1280.c +++ b/drivers/scsi/qla1280.c @@ -1504,7 +1504,6 @@ static void qla1280_mailbox_timeout(struct timer_list *t) /* Issue SCSI reset, if we can't reset twice then bus is dead */ for (bus = 0; bus < ha->ports; bus++) { if (!ha->bus_settings[bus].disable_scsi_reset && - qla1280_bus_reset(ha, bus) && qla1280_bus_reset(ha, bus)) ha->bus_settings[bus].scsi_bus_dead = 1; } -- 1.7.12.4