We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 848e28b commit 02a25c9Copy full SHA for 02a25c9
drivers/staging/qlge/qlge_mpi.c
@@ -1174,7 +1174,7 @@ void ql_mpi_idc_work(struct work_struct *work)
1174
case MB_CMD_PORT_RESET:
1175
case MB_CMD_STOP_FW:
1176
ql_link_off(qdev);
1177
- /* Fall through */
+ fallthrough;
1178
case MB_CMD_SET_PORT_CFG:
1179
/* Signal the resulting link up AEN
1180
* that the frame routing and mac addr
@@ -1207,7 +1207,7 @@ void ql_mpi_idc_work(struct work_struct *work)
1207
*/
1208
1209
set_bit(QL_CAM_RT_SET, &qdev->flags);
1210
- /* Fall through. */
1211
case MB_CMD_IOP_DVR_START:
1212
case MB_CMD_IOP_FLASH_ACC:
1213
case MB_CMD_IOP_CORE_DUMP_MPI:
0 commit comments