[SCSI] ESP: Don't forget to clear ESP_FLAG_RESETTING.
[deliverable/linux.git] / drivers / scsi / esp_scsi.c
index ec71061aef61165da0ef3c77ff58e66a260a34c8..71caf2ded6badcfd90dad000804f00782cfe591c 100644 (file)
@@ -2033,6 +2033,7 @@ static void esp_reset_cleanup(struct esp *esp)
                        starget_for_each_device(tp->starget, NULL,
                                                esp_clear_hold);
        }
+       esp->flags &= ~ESP_FLAG_RESETTING;
 }
 
 /* Runs under host->lock */
This page took 0.026384 seconds and 5 git commands to generate.