[PATCH] Fix some ucLinux breakage from the tty updates

Breakage reported by Adrian Bunk

Untested (no hardware)

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Alan Cox
2006-02-03 03:04:08 -08:00
committed by Linus Torvalds
parent 84542838a3
commit 8145916996
3 changed files with 12 additions and 20 deletions

View File

@ -350,8 +350,7 @@ static inline void receive_chars(struct mcf_serial *info)
}
tty_insert_flip_char(tty, ch, flag);
}
schedule_work(&tty->flip.work);
tty_flip_buffer_push(tty);
return;
}