forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/scsi/isci/host.c
....@@ -2671,7 +2671,6 @@
26712671 struct isci_request *ireq)
26722672 {
26732673 enum sci_status status;
2674
- u16 index;
26752674
26762675 switch (ihost->sm.current_state_id) {
26772676 case SCIC_STOPPING:
....@@ -2682,7 +2681,6 @@
26822681 if (status != SCI_SUCCESS)
26832682 return status;
26842683
2685
- index = ISCI_TAG_TCI(ireq->io_tag);
26862684 clear_bit(IREQ_ACTIVE, &ireq->flags);
26872685 return SCI_SUCCESS;
26882686 default: