--- tty_io.c Wed Aug 25 19:29:46 1999
+++ tty_io.c.new Tue Sep 14 20:24:15 1999
@@ -1982,6 +1982,10 @@
int found = 0;
const char *othername = NULL;
+ if (!driver) {
+ return 0;
+ }
+
if (*driver->refcount)
return -EBUSY;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/