|
@@ -6420,8 +6420,7 @@ static void i40e_link_event(struct i40e_pf *pf)
|
|
|
new_link == netif_carrier_ok(vsi->netdev)))
|
|
|
return;
|
|
|
|
|
|
- if (!test_bit(__I40E_VSI_DOWN, vsi->state))
|
|
|
- i40e_print_link_message(vsi, new_link);
|
|
|
+ i40e_print_link_message(vsi, new_link);
|
|
|
|
|
|
/* Notify the base of the switch tree connected to
|
|
|
* the link. Floating VEBs are not notified.
|