commit | 0c63636440504f0f14cc3da5fb208eeb1598a840 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <garsilva@embeddedor.com> | Fri Oct 27 11:51:59 2017 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Oct 30 09:52:39 2017 +0100 |
tree | 7de22bd082448ada50f1d4ac04a0d1da8cc811aa | |
parent | 2c411e0da9baae03de857e87d721e98f47e9da8f [diff] |
usb: musb_core: mark expected switch fall-through In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Addresses-Coverity-ID: 1397608 Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com> Signed-off-by: Bin Liu <b-liu@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>