forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/drivers/usb/serial/upd78f0730.c
....@@ -332,7 +332,7 @@
332332 tty->termios.c_cflag &= ~CSIZE;
333333 tty->termios.c_cflag |= CS8;
334334 dev_warn(dev, "data size is not supported, using 8 bits\n");
335
- /* fall through */
335
+ fallthrough;
336336 case CS8:
337337 request.params |= UPD78F0730_DATA_SIZE_8_BITS;
338338 dev_dbg(dev, "%s - 8 data bits\n", __func__);