aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/scsi/esp_scsi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/esp_scsi.c b/drivers/scsi/esp_scsi.c
index ec71061aef61..71caf2ded6ba 100644
--- a/drivers/scsi/esp_scsi.c
+++ b/drivers/scsi/esp_scsi.c
@@ -2033,6 +2033,7 @@ static void esp_reset_cleanup(struct esp *esp)
2033 starget_for_each_device(tp->starget, NULL, 2033 starget_for_each_device(tp->starget, NULL,
2034 esp_clear_hold); 2034 esp_clear_hold);
2035 } 2035 }
2036 esp->flags &= ~ESP_FLAG_RESETTING;
2036} 2037}
2037 2038
2038/* Runs under host->lock */ 2039/* Runs under host->lock */