OSDN Git Service

usb: gadget: goku_udc: mark expected switch fall-throughs
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Tue, 24 Oct 2017 03:45:36 +0000 (22:45 -0500)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Tue, 24 Oct 2017 09:31:08 +0000 (12:31 +0300)
commit457b16d4b6bb7705269306e43e25d88ffa52f8cb
tree70e12a4912ae7eb7f7c1bf3d659a710918177314
parent1c236d411d8b163adca49009857e7c2745185038
usb: gadget: goku_udc: mark expected switch fall-throughs

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

Addresses-Coverity-ID: 145713
Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/gadget/udc/goku_udc.c