treewide: Use fallthrough pseudo-keyword
[linux-block.git] / drivers / net / wimax / i2400m / usb.c
index 9659f9e1aaa64c8a5a993fe17868013f86d94523..b684e97ac976806354ce538506a0d77efbbb9ce6 100644 (file)
@@ -195,7 +195,7 @@ retry:
                        msleep(10);     /* give the device some time */
                        goto retry;
                }
-               /* fall through */
+               fallthrough;
        case -EINVAL:                   /* while removing driver */
        case -ENODEV:                   /* dev disconnect ... */
        case -ENOENT:                   /* just ignore it */