mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 21:33:00 +00:00
be2net: detect a UE even when a interface is down.
Signed-off-by: Ajit Khaparde <ajit.khaparde@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7acc2087fa
commit
9b037f3811
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user