treewide: Use fallthrough pseudo-keyword
[linux-block.git] / drivers / usb / host / xhci-ring.c
index 2c255d0620b054d789e6a5b8a044205debd4bbab..a741a38a4c69072ccb10fbb37693304bcc915e80 100644 (file)
@@ -2103,7 +2103,7 @@ static int process_ctrl_td(struct xhci_hcd *xhci, struct xhci_td *td,
                        break;
                xhci_dbg(xhci, "TRB error %u, halted endpoint index = %u\n",
                         trb_comp_code, ep_index);
-               /* else fall through */
+               fallthrough;
        case COMP_STALL_ERROR:
                /* Did we transfer part of the data (middle) phase? */
                if (trb_type == TRB_DATA || trb_type == TRB_NORMAL)