aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/pciehp_hpc.c
diff options
context:
space:
mode:
authorKenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>2008-04-29 12:15:04 -0400
committerJesse Barnes <jbarnes@hobbes.lan>2008-04-29 12:15:04 -0400
commita53edac131cadee317e7e36a5908bb4c71d874cd (patch)
treea145e40e62d4812acf9e3432784102d539b1fd61 /drivers/pci/hotplug/pciehp_hpc.c
parentd52877c7b1afb8c37ebe17e2005040b79cb618b0 (diff)
pciehp: fix error message about getting hotplug control
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 <kaneshige.kenji@jp.fujitsu.com> Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com> Signed-off-by: Jesse Barnes <jbarnes@hobbes.lan>
Diffstat (limited to 'drivers/pci/hotplug/pciehp_hpc.c')
-rw-r--r--drivers/pci/hotplug/pciehp_hpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/pciehp_hpc.c b/drivers/pci/hotplug/pciehp_hpc.c
index 49883c59756e..891f81a0400c 100644
--- a/drivers/pci/hotplug/pciehp_hpc.c
+++ b/drivers/pci/hotplug/pciehp_hpc.c
@@ -1017,7 +1017,7 @@ static int pciehp_acpi_get_hp_hw_control_from_firmware(struct pci_dev *dev)
1017 break; 1017 break;
1018 } 1018 }
1019 1019
1020 err("Cannot get control of hotplug hardware for pci %s\n", 1020 dbg("Cannot get control of hotplug hardware for pci %s\n",
1021 pci_name(dev)); 1021 pci_name(dev));
1022 1022
1023 kfree(string.pointer); 1023 kfree(string.pointer);