Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01fb2187 authored by Matt Gates's avatar Matt Gates Committed by James Bottomley
Browse files

[SCSI] hpsa: Don't return DID_NO_CONNECT when a device is merely not ready

parent 1d3b3609
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 "