* PATCH: Fix typo in final changes to old i4l tty code
@ 2004-09-30 12:58 Alan Cox
0 siblings, 0 replies; only message in thread
From: Alan Cox @ 2004-09-30 12:58 UTC (permalink / raw)
To: linux-kernel, torvalds; +Cc: marcel
--- drivers/isdn/i4l/isdn_tty.c~ 2004-09-30 13:56:48.426953344 +0100
+++ drivers/isdn/i4l/isdn_tty.c 2004-09-30 13:56:48.426953344 +0100
@@ -2673,7 +2673,7 @@
if ((info->flags & ISDN_ASYNC_CLOSING) || (!info->tty)) {
return;
}
- tty_ldisc_flush(tty);
+ tty_ldisc_flush(info->tty);
if ((info->flags & ISDN_ASYNC_CHECK_CD) &&
(!((info->flags & ISDN_ASYNC_CALLOUT_ACTIVE) &&
(info->flags & ISDN_ASYNC_CALLOUT_NOHUP)))) {
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-09-30 12:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-30 12:58 PATCH: Fix typo in final changes to old i4l tty code Alan Cox
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.