forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/drivers/usb/usbip/vudc_transfer.c
....@@ -404,7 +404,7 @@
404404 * for now, give unlimited bandwidth
405405 */
406406 limit += urb->transfer_buffer_length;
407
- /* fallthrough */
407
+ fallthrough;
408408 default:
409409 treat_control_like_bulk:
410410 total -= transfer(udc, urb, ep, limit);
....@@ -479,7 +479,7 @@
479479 return;
480480 case VUDC_TR_IDLE:
481481 t->state = VUDC_TR_RUNNING;
482
- /* fallthrough */
482
+ fallthrough;
483483 case VUDC_TR_STOPPED:
484484 /* we may want to kick timer to unqueue urbs */
485485 mod_timer(&t->timer, time);