[PATCH] ppdev fix for Linux 2.4.0test2-ac1

From: Mikolaj J. Habryn (dichro-mail-54cec76@rcpt.to)
Date: Sun Jun 25 2000 - 08:28:45 EST


  Missing field initialisation in ppdev.

m.

--- linux-2.4.0-test2/drivers/char/ppdev.c.orig Sun Jun 25 23:18:27 2000
+++ linux-2.4.0-test2/drivers/char/ppdev.c Sun Jun 25 23:18:42 2000
@@ -106,6 +106,7 @@
         }
 
         add->next = pp_port_list;
+ add->port = port;
         down (&pp_port_list_lock);
         pp_port_list = add;
         up (&pp_port_list_lock);

-
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/



This archive was generated by hypermail 2b29 : Mon Jun 26 2000 - 21:00:06 EST