|
@@ -1866,6 +1866,10 @@ static void be_worker(struct work_struct *work)
|
|
|
struct be_mcc_obj *mcc_obj = &adapter->mcc_obj;
|
|
|
be_cq_notify(adapter, mcc_obj->cq.id, false, mcc_compl);
|
|
|
}
|
|
|
+
|
|
|
+ if (!adapter->ue_detected && !lancer_chip(adapter))
|
|
|
+ be_detect_dump_ue(adapter);
|
|
|
+
|
|
|
goto reschedule;
|
|
|
}
|
|
|
|