# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.423 -> 1.424 # drivers/hotplug/cpqphp_proc.c 1.1 -> 1.2 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 02/02/27 greg@kroah.com 1.424 # Compaq PCI Hotplug controller driver: # - changed proc entry creation to use the proper parent directory variable. # -------------------------------------------- # diff -Nru a/drivers/hotplug/cpqphp_proc.c b/drivers/hotplug/cpqphp_proc.c --- a/drivers/hotplug/cpqphp_proc.c Wed Feb 27 14:21:28 2002 +++ b/drivers/hotplug/cpqphp_proc.c Wed Feb 27 14:21:28 2002 @@ -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;