ChangeSet 1.1587.12.61, 2004/04/30 15:01:13-07:00, eike-hotplug@sf-tec.de [PATCH] RPA PCI Hotplug: use new style of module parameters The debug parameter of rpaphp is only used as a boolean so we can scan the commandline of it like a boolean parameter. drivers/pci/hotplug/rpaphp_core.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/drivers/pci/hotplug/rpaphp_core.c b/drivers/pci/hotplug/rpaphp_core.c --- a/drivers/pci/hotplug/rpaphp_core.c Mon May 17 16:59:43 2004 +++ b/drivers/pci/hotplug/rpaphp_core.c Mon May 17 16:59:43 2004 @@ -54,7 +54,7 @@ MODULE_DESCRIPTION(DRIVER_DESC); MODULE_LICENSE("GPL"); -module_param(debug, int, 0644); +module_param(debug, bool, 0644); static int enable_slot(struct hotplug_slot *slot); static int disable_slot(struct hotplug_slot *slot);