PATCH: Fix typo in final changes to old i4l tty code

From: Alan Cox
Date: Thu Sep 30 2004 - 08:01:11 EST



--- 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)))) {
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/