kernel/drivers/scsi/isci/host.c
.. .. @@ -2671,7 +2671,6 @@ 2671 2671 struct isci_request *ireq) 2672 2672 { 2673 2673 enum sci_status status; 2674 - u16 index;2675 2674 2676 2675 switch (ihost->sm.current_state_id) { 2677 2676 case SCIC_STOPPING: .. .. @@ -2682,7 +2681,6 @@ 2682 2681 if (status != SCI_SUCCESS) 2683 2682 return status; 2684 2683 2685 - index = ISCI_TAG_TCI(ireq->io_tag);2686 2684 clear_bit(IREQ_ACTIVE, &ireq->flags); 2687 2685 return SCI_SUCCESS; 2688 2686 default: