.. | .. |
---|
154 | 154 | ew32(EECD, eecd); |
---|
155 | 155 | break; |
---|
156 | 156 | } |
---|
157 | | - /* Fall Through */ |
---|
| 157 | + fallthrough; |
---|
158 | 158 | default: |
---|
159 | 159 | nvm->type = e1000_nvm_eeprom_spi; |
---|
160 | 160 | size = (u16)((eecd & E1000_EECD_SIZE_EX_MASK) >> |
---|
.. | .. |
---|
961 | 961 | ew32(TCTL, tctl); |
---|
962 | 962 | e1e_flush(); |
---|
963 | 963 | |
---|
964 | | - usleep_range(10000, 20000); |
---|
| 964 | + usleep_range(10000, 11000); |
---|
965 | 965 | |
---|
966 | 966 | /* Must acquire the MDIO ownership before MAC reset. |
---|
967 | 967 | * Ownership defaults to firmware after a reset. |
---|
.. | .. |
---|
1109 | 1109 | switch (mac->type) { |
---|
1110 | 1110 | case e1000_82573: |
---|
1111 | 1111 | e1000e_enable_tx_pkt_filtering(hw); |
---|
1112 | | - /* fall through */ |
---|
| 1112 | + fallthrough; |
---|
1113 | 1113 | case e1000_82574: |
---|
1114 | 1114 | case e1000_82583: |
---|
1115 | 1115 | reg_data = er32(GCR); |
---|