[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:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user