Merge tag 'usb-ci-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter...
[linux-block.git] / drivers / usb / host / ohci-q.c
index 4ccb85a67bb3c65bcf3d12e393e0838d4e30ada1..3b445312beea3a80ffff90db00179b3079abe00d 100644 (file)
@@ -647,7 +647,7 @@ static void td_submit_urb (
                /* ... and periodic urbs have extra accounting */
                periodic = ohci_to_hcd(ohci)->self.bandwidth_int_reqs++ == 0
                        && ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0;
-               /* FALLTHROUGH */
+               fallthrough;
        case PIPE_BULK:
                info = is_out
                        ? TD_T_TOGGLE | TD_CC | TD_DP_OUT
@@ -879,11 +879,11 @@ static void ed_halted(struct ohci_hcd *ohci, struct td *td, int cc)
        case TD_DATAUNDERRUN:
                if ((urb->transfer_flags & URB_SHORT_NOT_OK) == 0)
                        break;
-               /* fallthrough */
+               fallthrough;
        case TD_CC_STALL:
                if (usb_pipecontrol (urb->pipe))
                        break;
-               /* fallthrough */
+               fallthrough;
        default:
                ohci_dbg (ohci,
                        "urb %p path %s ep%d%s %08x cc %d --> status %d\n",