mirror of
https://github.com/torvalds/linux.git
synced 2024-11-28 15:11:31 +00:00
[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>
This commit is contained in:
parent
1d3b360905
commit
01fb21870d
@ -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 "
|
||||
|
Loading…
Reference in New Issue
Block a user