|
@@ -1670,11 +1670,9 @@ static void start_delivery_v2_hw(struct hisi_sas_dq *dq)
|
|
|
{
|
|
|
struct hisi_hba *hisi_hba = dq->hisi_hba;
|
|
|
struct hisi_sas_slot *s, *s1, *s2 = NULL;
|
|
|
- struct list_head *dq_list;
|
|
|
int dlvry_queue = dq->id;
|
|
|
int wp;
|
|
|
|
|
|
- dq_list = &dq->list;
|
|
|
list_for_each_entry_safe(s, s1, &dq->list, delivery) {
|
|
|
if (!s->ready)
|
|
|
break;
|