]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
usb: gadget: udc: dummy_hcd: mark expected switch fall-throughs
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Wed, 25 Oct 2017 17:28:00 +0000 (12:28 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Nov 2017 15:57:22 +0000 (16:57 +0100)
commitf93de0c27e87ad3d28ddd094a46bbf294183a71e
tree32c732b1ff34e738df9af507f3d98a4a3f92f70d
parent624916a95029d1aa44167cba1b4c28ef8d45740d
usb: gadget: udc: dummy_hcd: 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/udc/dummy_hcd.c