treewide: Use fallthrough pseudo-keyword
[linux-2.6-microblaze.git] / drivers / scsi / wd33c93.c
index f81046f..87dafbc 100644 (file)
@@ -1854,7 +1854,7 @@ round_4(unsigned int x)
                case 1: --x;
                        break;
                case 2: ++x;
-                       /* fall through */
+                       fallthrough;
                case 3: ++x;
        }
        return x;