This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / net / slip.c
index 6209a35..a896711 100644 (file)
@@ -954,7 +954,7 @@ slip_close(struct tty_struct *tty)
        if (!sl || sl->magic != SLIP_MAGIC || sl->tty != tty)
                return;
 
-       tty->disc_data = NULL;
+       tty->disc_data = 0;
        sl->tty = NULL;
        if (!sl->leased)
                sl->line = 0;