Skip to content

Commit

Permalink
cris: Fix compile failure due to typo in serial driver
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Alan Cox authored and Linus Torvalds committed May 12, 2008
1 parent 79f999d commit 454aa38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/serial/crisv10.c
Original file line number Diff line number Diff line change
Expand Up @@ -3808,7 +3808,7 @@ rs_close(struct tty_struct *tty, struct file * filp)

shutdown(info);
rs_flush_buffer(tty);
tty_ldisc_flush_buffer(tty);
tty_ldisc_flush(tty);
tty->closing = 0;
info->event = 0;
info->tty = 0;
Expand Down

0 comments on commit 454aa38

Please sign in to comment.