[PATCH 3/9] usb: host: xhci-mem: mark expected switch fall-through

From: Gustavo A. R. Silva
Date: Wed Oct 25 2017 - 14:53:45 EST


In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.

Signed-off-by: Gustavo A. R. Silva <garsilva@xxxxxxxxxxxxxx>
---
drivers/usb/host/xhci-mem.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/usb/host/xhci-mem.c b/drivers/usb/host/xhci-mem.c
index 795219a..57be885 100644
--- a/drivers/usb/host/xhci-mem.c
+++ b/drivers/usb/host/xhci-mem.c
@@ -1311,6 +1311,7 @@ static unsigned int xhci_get_endpoint_interval(struct usb_device *udev,
* since it uses the same rules as low speed interrupt
* endpoints.
*/
+ /* fall through */

case USB_SPEED_LOW:
if (usb_endpoint_xfer_int(&ep->desc) ||
--
2.7.4