diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c index d07b3d3f11a42544356c5ac3d7b82a1488478ea3..320d6863c44e5954570930c72e9ac9f91946562c 100644 --- a/drivers/scsi/hpsa.c +++ b/drivers/scsi/hpsa.c @@ -1029,7 +1029,6 @@ static void complete_scsi_command(struct CommandList *cp, * required */ if ((asc == 0x04) && (ascq == 0x03)) { - cmd->result = DID_NO_CONNECT << 16; dev_warn(&h->pdev->dev, "cp %p " "has check condition: unit " "not ready, manual "