public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cris: Fix compile failure due to typo in serial driver
@ 2008-05-12 11:31 Alan Cox
  0 siblings, 0 replies; only message in thread
From: Alan Cox @ 2008-05-12 11:31 UTC (permalink / raw)
  To: torvalds, linux-kernel

Signed-off-by: Alan Cox <alan@redhat.com>

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.25-mm1/drivers/serial/crisv10.c linux-2.6.25-mm1/drivers/serial/crisv10.c
--- linux.vanilla-2.6.25-mm1/drivers/serial/crisv10.c	2008-04-28 11:36:50.000000000 +0100
+++ linux-2.6.25-mm1/drivers/serial/crisv10.c	2008-05-07 14:37:19.000000000 +0100
@@ -3808,7 +3808,7 @@
 
 	shutdown(info);
 	rs_flush_buffer(tty);
-	tty_ldisc_flush_buffer(tty);
+	tty_ldisc_flush(tty);
 	tty->closing = 0;
 	info->event = 0;
 	info->tty = 0;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-12 11:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-12 11:31 [PATCH] cris: Fix compile failure due to typo in serial driver Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox