diff options
-rw-r--r-- | drivers/scsi/hpsa.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c index d07b3d3f11a4..320d6863c44e 100644 --- a/drivers/scsi/hpsa.c +++ b/drivers/scsi/hpsa.c | |||
@@ -1029,7 +1029,6 @@ static void complete_scsi_command(struct CommandList *cp, | |||
1029 | * required | 1029 | * required |
1030 | */ | 1030 | */ |
1031 | if ((asc == 0x04) && (ascq == 0x03)) { | 1031 | if ((asc == 0x04) && (ascq == 0x03)) { |
1032 | cmd->result = DID_NO_CONNECT << 16; | ||
1033 | dev_warn(&h->pdev->dev, "cp %p " | 1032 | dev_warn(&h->pdev->dev, "cp %p " |
1034 | "has check condition: unit " | 1033 | "has check condition: unit " |
1035 | "not ready, manual " | 1034 | "not ready, manual " |