}
switch (hw->phy.type) {
case e1000_phy_i210:
+ /* Fall through */
case e1000_phy_m88:
switch (hw->phy.id) {
case I347AT4_E_PHY_ID:
+ /* Fall through */
case M88E1112_E_PHY_ID:
+ /* Fall through */
case M88E1340M_E_PHY_ID:
+ /* Fall through */
case M88E1543_E_PHY_ID:
+ /* Fall through */
case M88E1512_E_PHY_ID:
+ /* Fall through */
case I210_I_PHY_ID:
+ /* Fall through */
ret_val = e1000_copper_link_setup_m88_gen2(hw);
break;
default:
case E1000_CTRL_EXT_LINK_MODE_1000BASE_KX:
/* disable PCS autoneg and support parallel detect only */
pcs_autoneg = false;
- /* fall through to default case */
+ /* Fall through */
default:
if (hw->mac.type == e1000_82575 ||
hw->mac.type == e1000_82576) {
dev_spec->sgmii_active = true;
break;
}
- /* fall through for I2C based SGMII */
+ /* Fall through for I2C based SGMII */
case E1000_CTRL_EXT_LINK_MODE_PCIE_SERDES:
/* read media type from SFP EEPROM */
ret_val = e1000_set_sfp_media_type_82575(hw);
break;
case e1000_promisc_enabled:
msgbuf |= E1000_VF_SET_PROMISC_MULTICAST;
+ /* fall-through */
case e1000_promisc_unicast:
msgbuf |= E1000_VF_SET_PROMISC_UNICAST;
+ /* fall-through */
case e1000_promisc_disabled:
break;
default: