drivers: usb: usbip: Add missing break statement to switch
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Thu, 9 Feb 2017 07:49:56 +0000 (01:49 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Nov 2019 18:15:53 +0000 (19:15 +0100)
commit0e216dbf7d7c56b866e264cea9a746ec9083d9ae
tree99f5852f916bca577429c5ecd4fb375dc414900a
parentd43b763e7b7ec835c95bbd7624288ad80e48c92f
drivers: usb: usbip: Add missing break statement to switch

commit 7c92e5fbf4dac0dd4dd41a0383adc54f16f403e2 upstream.

Add missing break statement to prevent the code for case
USB_PORT_FEAT_C_RESET falling through to the default case.

Addresses-Coverity-ID: 143155
Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/usbip/vhci_hcd.c