diff options
author | Gustavo A. R. Silva <garsilva@embeddedor.com> | 2017-10-25 13:49:32 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-11-01 17:02:15 +0100 |
commit | 8787971ec7d0632abc83082a4abd3518a79eac78 (patch) | |
tree | bb6bdd80d85528b45b610b1aeef0dcd3b04d19da /drivers | |
parent | 6ecbf2e9158586e9dde1286e6f5e03d7980d0ac3 (diff) | |
download | linux-8787971ec7d0632abc83082a4abd3518a79eac78.tar.bz2 |
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 <garsilva@embeddedor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/host/oxu210hp-hcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/oxu210hp-hcd.c b/drivers/usb/host/oxu210hp-hcd.c index ed20fb34c897..9f8c61eafd45 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; |