[PATCH] acpi_pcihp: Remove improper error message about OSHP
authorKenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Wed, 10 May 2006 13:20:34 +0000 (22:20 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 19 Jun 2006 21:13:22 +0000 (14:13 -0700)
commitaad20cabaa3d6dfa1e0ebc8fb0537a96d3518b8f
tree75f8e44cd25fe5ce7851815224f775b15cf9c8b3
parent7430e34c70106a9576fc61d77604d164b187a1b7
[PATCH] acpi_pcihp: Remove improper error message about OSHP

This patch converts the improper error message about OSHP evaluation
to debug message which is displayed only when pci_hotplug.ko is loaded
with debugging mode enabled. To do this, this patch adds a new module
parameter "debug_acpi" to pci_hotplug.ko for enabling/disabling debug
messages in acpi_pcihp.c.

Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Cc: Kristen Accardi <kristen.c.accardi@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/hotplug/acpi_pcihp.c