]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fix up build error
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 5 Apr 2021 08:13:23 +0000 (10:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 5 Apr 2021 08:13:23 +0000 (10:13 +0200)
queue-4.14/usb-musb-fix-suspend-with-devices-connected-for-a64.patch
queue-4.19/usb-musb-fix-suspend-with-devices-connected-for-a64.patch
queue-4.9/usb-musb-fix-suspend-with-devices-connected-for-a64.patch

index 6ca5d08933c14c528432bef84ba366965ee98425..08747e8ca5b4c421d96c974e21cc8b2daeb97501 100644 (file)
@@ -43,7 +43,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 +                      musb->quirk_retries--;
 +                      break;
 +              }
-+              fallthrough;
++              /* fall through */
        case MUSB_QUIRK_B_INVALID_VBUS_91:
                if (musb->quirk_retries && !musb->flush_irq_work) {
                        musb_dbg(musb,
index 3eac730264f23166b45e631f5e09a0e7a659b396..37043782a5f15fc560d272c7ac1cd42bb32887fb 100644 (file)
@@ -43,7 +43,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 +                      musb->quirk_retries--;
 +                      break;
 +              }
-+              fallthrough;
++              /* fall through */
        case MUSB_QUIRK_B_INVALID_VBUS_91:
                if (musb->quirk_retries && !musb->flush_irq_work) {
                        musb_dbg(musb,
index dc822ca6d897afaa97f15861d4f84338a520fd1e..6d79355cdf9d01262ab19d29dc43ce7aee40ce82 100644 (file)
@@ -43,7 +43,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 +                      musb->quirk_retries--;
 +                      break;
 +              }
-+              fallthrough;
++              /* fall through */
        case MUSB_QUIRK_B_INVALID_VBUS_91:
                if (musb->quirk_retries--) {
                        musb_dbg(musb,