patch-2.4.19 linux-2.4.19/drivers/hotplug/cpqphp_proc.c

Next file: linux-2.4.19/drivers/hotplug/ibmphp.h
Previous file: linux-2.4.19/drivers/hotplug/cpqphp_ctrl.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/drivers/hotplug/cpqphp_proc.c linux-2.4.19/drivers/hotplug/cpqphp_proc.c
@@ -177,7 +177,7 @@
 	
 int cpqhp_proc_init_ctrl (void)
 {
-	ctrl_proc_root = proc_mkdir("driver/hpc", NULL);
+	ctrl_proc_root = proc_mkdir("hpc", proc_root_driver);
 	if (!ctrl_proc_root)
 		return -ENOMEM;
 	ctrl_proc_root->owner = THIS_MODULE;

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