patch-2.4.0-test3 linux/drivers/char/lp.c

Next file: linux/drivers/char/misc.c
Previous file: linux/drivers/char/istallion.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test2/linux/drivers/char/lp.c linux/drivers/char/lp.c
@@ -771,7 +771,7 @@
 		return -EIO;
 	}
 
-	devfs_handle = devfs_mk_dir (NULL, "printers", 0, NULL);
+	devfs_handle = devfs_mk_dir (NULL, "printers", NULL);
 
 	if (parport_register_driver (&lp_driver)) {
 		printk ("lp: unable to register with parport\n");

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)