diff options
author | Matt Gates <matthew.gates@hp.com> | 2010-02-04 08:43:05 -0600 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-02-17 13:21:52 -0600 |
commit | 01fb21870d96c83ae01072674e380ac51ebc58c8 (patch) | |
tree | 2a95541dd0c85022cbee90695a8a47437cb5a5d3 /drivers | |
parent | 1d3b36090551a31b8b8c4ba972aac95eaa8f77dd (diff) | |
download | linux-3.10-01fb21870d96c83ae01072674e380ac51ebc58c8.tar.gz linux-3.10-01fb21870d96c83ae01072674e380ac51ebc58c8.tar.bz2 linux-3.10-01fb21870d96c83ae01072674e380ac51ebc58c8.zip |
[SCSI] hpsa: Don't return DID_NO_CONNECT when a device is merely not 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>
Diffstat (limited to 'drivers')
-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 d07b3d3f11a..320d6863c44 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 " |