[SCSI] isci: remove IDEV_EH hack to disable "discovery-time" ata resets
[pandora-kernel.git] / drivers / scsi / isci / remote_device.c
index 108238d..934d21e 100644 (file)
@@ -1308,7 +1308,6 @@ void isci_remote_device_release(struct kref *kref)
        clear_bit(IDEV_STOP_PENDING, &idev->flags);
        clear_bit(IDEV_IO_READY, &idev->flags);
        clear_bit(IDEV_GONE, &idev->flags);
-       clear_bit(IDEV_EH, &idev->flags);
        smp_mb__before_clear_bit();
        clear_bit(IDEV_ALLOCATED, &idev->flags);
        wake_up(&ihost->eventq);