Skip to content

Commit

Permalink
pciehp: fix error message about getting hotplug control
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kenji Kaneshige authored and Jesse Barnes committed Apr 29, 2008
1 parent d52877c commit a53edac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pci/hotplug/pciehp_hpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ static int pciehp_acpi_get_hp_hw_control_from_firmware(struct pci_dev *dev)
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);
Expand Down

0 comments on commit a53edac

Please sign in to comment.