]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
usb: musb: add code comment for clarification
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Tue, 14 Feb 2017 18:20:39 +0000 (12:20 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Feb 2017 18:24:51 +0000 (10:24 -0800)
Add code comment to make it clear that the fall-through is intentional.
Read the link for more details: https://lkml.org/lkml/2017/2/9/292

Addresses-Coverity-ID: 1397608
Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/musb_core.c

index 892088fe6e86f85c98e2eecbb7c0e00718cd8c5d..d8bae6ca890475b16bf7d45058ae35713ca46656 100644 (file)
@@ -1869,6 +1869,7 @@ static void musb_pm_runtime_check_session(struct musb *musb)
 
                        return;
                }
+               /* fall through */
        case MUSB_QUIRK_A_DISCONNECT_19:
                if (musb->quirk_retries--) {
                        musb_dbg(musb,