summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
diff options
context:
space:
mode:
authorGustavo A. R. Silva <garsilva@embeddedor.com>2017-02-14 12:20:39 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-02-14 10:24:51 -0800
commiteff0b85efb2bbdf15aee13f2922722a5e61c3a0d (patch)
treea228942c141e301f1e126108ed4d8bb3e6e14d62 /drivers/usb/musb
parent3ec72a2a1e5d79f64bbe7b89e1064f851d2620e9 (diff)
downloadlinux-0-day-eff0b85efb2bbdf15aee13f2922722a5e61c3a0d.tar.gz
linux-0-day-eff0b85efb2bbdf15aee13f2922722a5e61c3a0d.tar.xz
usb: musb: add code comment for clarification
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>
Diffstat (limited to 'drivers/usb/musb')
-rw-r--r--drivers/usb/musb/musb_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c
index 892088fe6e86f..d8bae6ca89047 100644
--- a/drivers/usb/musb/musb_core.c
+++ b/drivers/usb/musb/musb_core.c
@@ -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,