diff options
| -rw-r--r-- | drivers/scsi/isci/request.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/isci/request.c b/drivers/scsi/isci/request.c index 2f151708b59a..1b18cf55167e 100644 --- a/drivers/scsi/isci/request.c +++ b/drivers/scsi/isci/request.c | |||
| @@ -894,7 +894,7 @@ sci_io_request_terminate(struct isci_request *ireq) | |||
| 894 | * and don't wait for the task response. | 894 | * and don't wait for the task response. |
| 895 | */ | 895 | */ |
| 896 | sci_change_state(&ireq->sm, SCI_REQ_ABORTING); | 896 | sci_change_state(&ireq->sm, SCI_REQ_ABORTING); |
| 897 | /* Fall through and handle like ABORTING... */ | 897 | /* Fall through - and handle like ABORTING... */ |
| 898 | case SCI_REQ_ABORTING: | 898 | case SCI_REQ_ABORTING: |
| 899 | if (!isci_remote_device_is_safe_to_abort(ireq->target_device)) | 899 | if (!isci_remote_device_is_safe_to_abort(ireq->target_device)) |
| 900 | set_bit(IREQ_PENDING_ABORT, &ireq->flags); | 900 | set_bit(IREQ_PENDING_ABORT, &ireq->flags); |
