commit | 3ce438df106826edde7ad724f3819716a3f0cf56 | [log] [tgz] |
---|---|---|
author | Matt Gates <matthew.gates@hp.com> | Wed Dec 04 17:10:36 2013 -0600 |
committer | James Bottomley <JBottomley@Parallels.com> | Thu Dec 19 20:56:30 2013 -0800 |
tree | 3cfd390bb4d67907f0d9f1c4ed145beb3d19eb0c | |
parent | 0ddf1d77505fd97daa7fc70bb0498c54a5c33725 [diff] |
[SCSI] hpsa: allow SCSI mid layer to handle unit attention We were clobbering the SCSI status and setting cmd->result = DID_SOFT_ERROR << 16; to get a retry, but better to let the mid layer handle the unit attention. Signed-off-by: Matt Gates <matthew.gates@hp.com> Acked-by: Stephen M. Cameron <scameron@beardog.cce.hp.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>