patch-2.4.0-test3 linux/drivers/usb/input.c

Next file: linux/drivers/usb/microtek.c
Previous file: linux/drivers/usb/ibmcam.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test2/linux/drivers/usb/input.c linux/drivers/usb/input.c
@@ -401,7 +401,7 @@
 		printk(KERN_ERR "input: unable to register char major %d", INPUT_MAJOR);
 		return -EBUSY;
 	}
-	input_devfs_handle = devfs_mk_dir(NULL, "input", 5, NULL);
+	input_devfs_handle = devfs_mk_dir(NULL, "input", NULL);
 	return 0;
 }
 

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