Subject: pciehp: fix error message about getting hotplug control From: Kenji Kaneshige People are confused by the following error message that actually is not for indicating a error. Cannot get control of hotplug hardware for pci %s This patch changes this message to debug message. Signed-off-by: Kenji Kaneshige Signed-off-by: Kristen Carlson Accardi --- drivers/pci/hotplug/pciehp_hpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.25-kristen/drivers/pci/hotplug/pciehp_hpc.c =================================================================== --- linux-2.6.25-kristen.orig/drivers/pci/hotplug/pciehp_hpc.c +++ linux-2.6.25-kristen/drivers/pci/hotplug/pciehp_hpc.c @@ -1017,7 +1017,7 @@ int pciehp_acpi_get_hp_hw_control_from_f break; } - err("Cannot get control of hotplug hardware for pci %s\n", + dbg("Cannot get control of hotplug hardware for pci %s\n", pci_name(dev)); kfree(string.pointer);