On 17/11/2021 02:44, chenxiang wrote:
From: John Garry<john.garry@xxxxxxxxxx> This reverts commit b14a37e011d829404c29a5ae17849d7efb034893. In that commit, we had to filter out phy-up events during suspend, as it work cause a deadlock between processing the phyup event and the resume HA function try to drain the HA event workqueue to complete the resume process. Now that we no longer try to drain the HA event queue during the HA resume processor, the deadlock would not occur, so remove the special handling for it. Signed-off-by: John Garry<john.garry@xxxxxxxxxx>
This is missing your Signed-off-by Thanks, John