diff options
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_common.c')
-rw-r--r-- | drivers/net/ethernet/intel/ice/ice_common.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_common.c b/drivers/net/ethernet/intel/ice/ice_common.c index 0b528602c4c9..b3d73be9f649 100644 --- a/drivers/net/ethernet/intel/ice/ice_common.c +++ b/drivers/net/ethernet/intel/ice/ice_common.c | |||
@@ -1713,8 +1713,7 @@ void ice_clear_pxe_mode(struct ice_hw *hw) | |||
1713 | * If no bit gets set, ICE_LINK_SPEED_UNKNOWN will be returned | 1713 | * If no bit gets set, ICE_LINK_SPEED_UNKNOWN will be returned |
1714 | * If more than one bit gets set, ICE_LINK_SPEED_UNKNOWN will be returned | 1714 | * If more than one bit gets set, ICE_LINK_SPEED_UNKNOWN will be returned |
1715 | */ | 1715 | */ |
1716 | static u16 | 1716 | static u16 ice_get_link_speed_based_on_phy_type(u64 phy_type_low) |
1717 | ice_get_link_speed_based_on_phy_type(u64 phy_type_low) | ||
1718 | { | 1717 | { |
1719 | u16 speed_phy_type_low = ICE_AQ_LINK_SPEED_UNKNOWN; | 1718 | u16 speed_phy_type_low = ICE_AQ_LINK_SPEED_UNKNOWN; |
1720 | 1719 | ||