Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Kenji Kaneshige and committed by
Jesse Barnes
a53edac1 d52877c7

+1 -1
+1 -1
drivers/pci/hotplug/pciehp_hpc.c
··· 1017 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 1021 pci_name(dev)); 1022 1022 1023 1023 kfree(string.pointer);