diff options
Diffstat (limited to 'drivers/scsi/isci/remote_device.c')
-rw-r--r-- | drivers/scsi/isci/remote_device.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/scsi/isci/remote_device.c b/drivers/scsi/isci/remote_device.c index cf5d554e5056..b26ab05107dd 100644 --- a/drivers/scsi/isci/remote_device.c +++ b/drivers/scsi/isci/remote_device.c | |||
@@ -195,9 +195,6 @@ static void isci_remote_device_not_ready(struct isci_host *ihost, | |||
195 | "%s: isci_device = %p; reason = %d\n", __func__, idev, reason); | 195 | "%s: isci_device = %p; reason = %d\n", __func__, idev, reason); |
196 | 196 | ||
197 | switch (reason) { | 197 | switch (reason) { |
198 | case SCIC_REMOTE_DEVICE_NOT_READY_STOP_REQUESTED: | ||
199 | set_bit(IDEV_GONE, &idev->flags); | ||
200 | break; | ||
201 | case SCIC_REMOTE_DEVICE_NOT_READY_SATA_SDB_ERROR_FIS_RECEIVED: | 198 | case SCIC_REMOTE_DEVICE_NOT_READY_SATA_SDB_ERROR_FIS_RECEIVED: |
202 | set_bit(IDEV_IO_NCQERROR, &idev->flags); | 199 | set_bit(IDEV_IO_NCQERROR, &idev->flags); |
203 | 200 | ||