summaryrefslogtreecommitdiff
path: root/common/usbx_device_classes
diff options
context:
space:
mode:
authorYuxin Zhou <[email protected]>2021-02-28 04:54:47 +0000
committerYuxin Zhou <[email protected]>2021-02-28 04:54:47 +0000
commitedb7e7d00bb323e6c768175a8085361d7f6c48eb (patch)
treeb3739e3cc99ba99989025f49fb4b3140fbd449d8 /common/usbx_device_classes
parent5d2acef877e3a9215ef495bf350fbceb06349bb5 (diff)
Release 6.1.5v6.1.5_rel
Diffstat (limited to 'common/usbx_device_classes')
-rw-r--r--common/usbx_device_classes/src/ux_device_class_cdc_acm_ioctl.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/common/usbx_device_classes/src/ux_device_class_cdc_acm_ioctl.c b/common/usbx_device_classes/src/ux_device_class_cdc_acm_ioctl.c
index c1488be..8c42688 100644
--- a/common/usbx_device_classes/src/ux_device_class_cdc_acm_ioctl.c
+++ b/common/usbx_device_classes/src/ux_device_class_cdc_acm_ioctl.c
@@ -34,7 +34,7 @@
/* FUNCTION RELEASE */
/* */
/* _ux_device_class_cdc_acm_ioctl PORTABLE C */
-/* 6.1 */
+/* 6.1.5 */
/* AUTHOR */
/* */
/* Chaoqiong Xiao, Microsoft Corporation */
@@ -76,6 +76,9 @@
/* TX symbols instead of using */
/* them directly, */
/* resulting in version 6.1 */
+/* 03-02-2021 Xiuwen Cai Modified comment(s), removed */
+/* unreachable statement, */
+/* resulting in version 6.1.5 */
/* */
/**************************************************************************/
UINT _ux_device_class_cdc_acm_ioctl(UX_SLAVE_CLASS_CDC_ACM *cdc_acm, ULONG ioctl_function,
@@ -348,8 +351,6 @@ UX_SLAVE_TRANSFER *transfer_request;
/* We are done here. */
return(UX_SUCCESS);
-
- break;
case UX_SLAVE_CLASS_CDC_ACM_IOCTL_TRANSMISSION_STOP: