From: Gustavo A. R. Silva Date: Wed, 25 Oct 2017 18:49:32 +0000 (-0500) Subject: usb: host: oxu210hp-hcd: mark expected switch fall-through X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8787971ec7d0632abc83082a4abd3518a79eac78;p=linux.git usb: host: oxu210hp-hcd: mark expected switch fall-through In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Signed-off-by: Gustavo A. R. Silva Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/oxu210hp-hcd.c b/drivers/usb/host/oxu210hp-hcd.c index ed20fb34c897f..9f8c61eafd45a 100644 --- a/drivers/usb/host/oxu210hp-hcd.c +++ b/drivers/usb/host/oxu210hp-hcd.c @@ -3040,7 +3040,7 @@ idle_timeout: qh_put(qh); break; } - /* else FALL THROUGH */ + /* fall through */ default: nogood: /* caller was supposed to have unlinked any requests;