]> git.baikalelectronics.ru Git - kernel.git/commit
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>
Thu, 9 Feb 2017 12:34:18 +0000 (13:34 +0100)
commit954e9ebd8f2d74660e15ecf386094c4a24f838a9
tree216fdbf63bd111de390599b8229fa32fdf526078
parent64104d13dc5156e70e2ef533b3ae1110c5c68eac
drivers: usb: usbip: Add missing break statement to switch

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