search for: physical_slot

Displaying 3 results from an estimated 3 matches for "physical_slot".

2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...e pr_fmt(fmt) KBUILD_MODNAME ": " fmt + #include <linux/init.h> #include <linux/module.h> #include <linux/moduleparam.h> @@ -137,7 +139,7 @@ static int enable_slot(struct hotplug_slot *hotplug_slot) { struct slot *slot = hotplug_slot->private; - dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); + dbg("%s: physical_slot = %s\n", __func__, slot_name(slot)); /* enable the specified slot */ return acpiphp_enable_slot(slot->acpi_slot); @@ -155,7 +157,7 @@ static int disable_slot(struct hotplug_slot *hotplug_slot) struct slot *slot...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...e pr_fmt(fmt) KBUILD_MODNAME ": " fmt + #include <linux/init.h> #include <linux/module.h> #include <linux/moduleparam.h> @@ -137,7 +139,7 @@ static int enable_slot(struct hotplug_slot *hotplug_slot) { struct slot *slot = hotplug_slot->private; - dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); + dbg("%s: physical_slot = %s\n", __func__, slot_name(slot)); /* enable the specified slot */ return acpiphp_enable_slot(slot->acpi_slot); @@ -155,7 +157,7 @@ static int disable_slot(struct hotplug_slot *hotplug_slot) struct slot *slot...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...e pr_fmt(fmt) KBUILD_MODNAME ": " fmt + #include <linux/init.h> #include <linux/module.h> #include <linux/moduleparam.h> @@ -137,7 +139,7 @@ static int enable_slot(struct hotplug_slot *hotplug_slot) { struct slot *slot = hotplug_slot->private; - dbg("%s - physical_slot = %s\n", __func__, slot_name(slot)); + dbg("%s: physical_slot = %s\n", __func__, slot_name(slot)); /* enable the specified slot */ return acpiphp_enable_slot(slot->acpi_slot); @@ -155,7 +157,7 @@ static int disable_slot(struct hotplug_slot *hotplug_slot) struct slot *slot...