usb: gadget: atmel_usba_udc: Mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Mon, 5 Aug 2019 18:48:42 +0000 (13:48 -0500)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Fri, 9 Aug 2019 05:28:29 +0000 (08:28 +0300)
commit27125cf8b5aee9f62dd108051203ccbd2e426b51
tree8799b8df02abd09b19732e7fef3258f0f1bd8bd1
parentdccce749ac66aa01593273d86cf3c55542ce6fc0
usb: gadget: atmel_usba_udc: Mark expected switch fall-through

Mark switch cases where we are expecting to fall through.

This patch fixes the following warning (Building: at91_dt_defconfig arm):

drivers/usb/gadget/udc/atmel_usba_udc.c:329:13: warning: this statement may fall through [-Wimplicit-fallthrough=]

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/gadget/udc/atmel_usba_udc.c