android_kernel_samsung_a7y1.../drivers/usb/usbip
Gustavo A. R. Silva c5fc8aa35b 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>
2020-04-07 11:49:06 +02:00
..
Kconfig A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
Makefile A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
README A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
stub_dev.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
stub_main.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
stub_rx.c usb: usbip: fix isoc packet num validation in get_pipe 2020-04-06 16:42:34 +02:00
stub_tx.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
stub.h A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
usbip_common.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
usbip_common.h usb: usbip: fix isoc packet num validation in get_pipe 2020-04-06 16:42:34 +02:00
usbip_event.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
usbip_protocol.txt A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
vhci_hcd.c drivers: usb: usbip: Add missing break statement to switch 2020-04-07 11:49:06 +02:00
vhci_rx.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
vhci_sysfs.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
vhci_tx.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
vhci.h A750FXXU4CTBC 2020-03-27 21:51:54 +05:30

TODO:
	- more discussion about the protocol
	- testing
	- review of the userspace interface
	- document the protocol

Please send patches for this code to Greg Kroah-Hartman <greg@kroah.com>