aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi')
-rw-r--r--drivers/scsi/scsi_error.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/scsi/scsi_error.c b/drivers/scsi/scsi_error.c
index 56353e878130..5a30485d5038 100644
--- a/drivers/scsi/scsi_error.c
+++ b/drivers/scsi/scsi_error.c
@@ -1607,8 +1607,6 @@ int scsi_error_handler(void *data)
1607 printk("Error handler scsi_eh_%d waking up\n", 1607 printk("Error handler scsi_eh_%d waking up\n",
1608 shost->host_no)); 1608 shost->host_no));
1609 1609
1610 shost->eh_active = 1;
1611
1612 /* 1610 /*
1613 * We have a host that is failing for some reason. Figure out 1611 * We have a host that is failing for some reason. Figure out
1614 * what we need to do to get it up and online again (if we can). 1612 * what we need to do to get it up and online again (if we can).
@@ -1619,8 +1617,6 @@ int scsi_error_handler(void *data)
1619 else 1617 else
1620 scsi_unjam_host(shost); 1618 scsi_unjam_host(shost);
1621 1619
1622 shost->eh_active = 0;
1623
1624 /* 1620 /*
1625 * Note - if the above fails completely, the action is to take 1621 * Note - if the above fails completely, the action is to take
1626 * individual devices offline and flush the queue of any 1622 * individual devices offline and flush the queue of any