Skip to content

Commit

Permalink
[SCSI] hpsa: Don't return DID_NO_CONNECT when a device is merely not …
Browse files Browse the repository at this point in the history
…ready

Signed-off-by: Matt Gates <matthew.gates@hp.com>
Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
  • Loading branch information
Matt Gates authored and James Bottomley committed Feb 17, 2010
1 parent 1d3b360 commit 01fb218
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/scsi/hpsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit 01fb218

Please sign in to comment.