net/e1000/base: fall through explicitly
[dpdk.git] / drivers / net / e1000 / base / e1000_mbx.c
index 6fae676..4cac364 100644 (file)
@@ -755,6 +755,7 @@ s32 e1000_init_mbx_params_pf(struct e1000_hw *hw)
                mbx->stats.reqs = 0;
                mbx->stats.acks = 0;
                mbx->stats.rsts = 0;
+               /* Fall through */
        default:
                return E1000_SUCCESS;
        }