forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/arch/alpha/kernel/srmcons.c
....@@ -59,7 +59,7 @@
5959 } while((result.bits.status & 1) && (++loops < 10));
6060
6161 if (count)
62
- tty_schedule_flip(port);
62
+ tty_flip_buffer_push(port);
6363
6464 return count;
6565 }