From ffeb55b94a98314ce4df73dca62ab93054c1a784 Mon Sep 17 00:00:00 2001 From: Greg Ungerer Date: Wed, 8 Feb 2006 09:19:17 +1000 Subject: [PATCH] --- yaml --- r: 20000 b: refs/heads/master c: e39485636b6db2def114f38104fe132af73ff0f5 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/serial/68360serial.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index e986d99148a2..85fff1f8e01b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 230afb065bfe05887dd83a0fbb149dc2bff7d63e +refs/heads/master: e39485636b6db2def114f38104fe132af73ff0f5 diff --git a/trunk/drivers/serial/68360serial.c b/trunk/drivers/serial/68360serial.c index 60f5a5dc17f1..9843ae3d420e 100644 --- a/trunk/drivers/serial/68360serial.c +++ b/trunk/drivers/serial/68360serial.c @@ -509,7 +509,7 @@ static _INLINE_ void receive_chars(ser_info_t *info) info->rx_cur = (QUICC_BD *)bdp; - schedule_work(&tty->flip.work); + tty_schedule_flip(tty); } static _INLINE_ void receive_break(ser_info_t *info) @@ -521,7 +521,7 @@ static _INLINE_ void receive_break(ser_info_t *info) * the break. If not, we exit now, losing the break. FIXME */ tty_insert_flip_char(tty, 0, TTY_BREAK); - schedule_work(&tty->flip.work); + tty_schedule_flip(tty); } static _INLINE_ void transmit_chars(ser_info_t *info)