|
@@ -1131,7 +1131,6 @@ static int
|
|
|
qla2xxx_eh_host_reset(struct scsi_cmnd *cmd)
|
|
|
{
|
|
|
scsi_qla_host_t *vha = shost_priv(cmd->device->host);
|
|
|
- fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata;
|
|
|
struct qla_hw_data *ha = vha->hw;
|
|
|
int ret = FAILED;
|
|
|
unsigned int id, lun;
|
|
@@ -1140,15 +1139,6 @@ qla2xxx_eh_host_reset(struct scsi_cmnd *cmd)
|
|
|
id = cmd->device->id;
|
|
|
lun = cmd->device->lun;
|
|
|
|
|
|
- if (!fcport) {
|
|
|
- return ret;
|
|
|
- }
|
|
|
-
|
|
|
- ret = fc_block_scsi_eh(cmd);
|
|
|
- if (ret != 0)
|
|
|
- return ret;
|
|
|
- ret = FAILED;
|
|
|
-
|
|
|
ql_log(ql_log_info, vha, 0x8018,
|
|
|
"ADAPTER RESET ISSUED nexus=%ld:%d:%d.\n", vha->host_no, id, lun);
|
|
|
|