treewide: Use fallthrough pseudo-keyword
[linux-block.git] / drivers / gpu / drm / i915 / i915_pmu.c
index 056994224c6bc4c82f7b2afeab0f6114b72de993..69c0fa20eba17b031b40073e63250715bbab02be 100644 (file)
@@ -474,7 +474,7 @@ config_status(struct drm_i915_private *i915, u64 config)
                if (IS_VALLEYVIEW(i915) || IS_CHERRYVIEW(i915))
                        /* Requires a mutex for sampling! */
                        return -ENODEV;
-               /* Fall-through. */
+               fallthrough;
        case I915_PMU_REQUESTED_FREQUENCY:
                if (INTEL_GEN(i915) < 6)
                        return -ENODEV;