treewide: Use fallthrough pseudo-keyword
[linux-block.git] / arch / x86 / events / intel / lbr.c
index 63f58bdf556c433f46a215ba70cc12204250313c..8961653c5dd2ba91118c566a1c0738ab0ad9d4d7 100644 (file)
@@ -1268,7 +1268,7 @@ static int branch_type(unsigned long from, unsigned long to, int abort)
                        ret = X86_BR_ZERO_CALL;
                        break;
                }
-               /* fall through */
+               fallthrough;
        case 0x9a: /* call far absolute */
                ret = X86_BR_CALL;
                break;