treewide: Use fallthrough pseudo-keyword
[linux-block.git] / drivers / usb / host / xhci.c
index 3c41b14ecce720280bb1c37b8493407aff73dd6a..627c4c510446a57fe64c812ec8f39611cf5ba1ff 100644 (file)
@@ -4618,7 +4618,7 @@ static unsigned long long xhci_calculate_intel_u1_timeout(
                        break;
                }
                /* Otherwise the calculation is the same as isoc eps */
-               /* fall through */
+               fallthrough;
        case USB_ENDPOINT_XFER_ISOC:
                timeout_ns = xhci_service_interval_to_ns(desc);
                timeout_ns = DIV_ROUND_UP_ULL(timeout_ns * 105, 100);