OSDN Git Service

usb: gadget: composite: mark expected switch fall-throughs
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Wed, 25 Oct 2017 17:22:50 +0000 (12:22 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Nov 2017 15:57:22 +0000 (16:57 +0100)
commit624916a95029d1aa44167cba1b4c28ef8d45740d
tree062336f1d0b584d01a0024671e1f8146b754b332
parent0f8838a8a0738d74afecf6d198c083e259ee389e
usb: gadget: composite: mark expected switch fall-throughs

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>
Acked-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/composite.c