perf probe: Fix memory leak when synthesizing SDT probes
[linux-2.6-microblaze.git] / lib / dim / rdma_dim.c
index f7e26c7..15462d5 100644 (file)
@@ -59,7 +59,7 @@ static bool rdma_dim_decision(struct dim_stats *curr_stats, struct dim *dim)
                        break;
                case DIM_STATS_WORSE:
                        dim_turn(dim);
-                       /* fall through */
+                       fallthrough;
                case DIM_STATS_BETTER:
                        step_res = rdma_dim_step(dim);
                        if (step_res == DIM_ON_EDGE)
@@ -94,7 +94,7 @@ void rdma_dim(struct dim *dim, u64 completions)
                        schedule_work(&dim->work);
                        break;
                }
-               /* fall through */
+               fallthrough;
        case DIM_START_MEASURE:
                dim->state = DIM_MEASURE_IN_PROGRESS;
                dim_update_sample_with_comps(curr_sample->event_ctr, 0, 0,