PCI: acpiphp: Convert to dynamic debug
authorLan Tianyu <tianyu.lan@intel.com>
Wed, 25 Sep 2013 00:11:48 +0000 (18:11 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 25 Sep 2013 23:00:51 +0000 (17:00 -0600)
commitbd950799d9510cac994fad2ea020767fe878b84b
treefe9f572e98acaa7894bbe779e19fe00a3a33379d
parentb8cac70afe983f0c48a0296bbb7a6177e99fbbb9
PCI: acpiphp: Convert to dynamic debug

This patch is to use pr_debug/info/warn/err to replace acpiphp debug
functions and remove module's debug param.

User interface change: before this patch, boot with the "acpiphp.debug"
kernel parameter to turn on debug.  After this patch, set
CONFIG_DYNAMIC_DEBUG=y and boot with "acpiphp.dyndebug=+p" instead.
See Documentation/dynamic-debug-howto.txt.

[bhelgaas: changelog]
Signed-off-by: Lan Tianyu <tianyu.lan@intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/hotplug/acpiphp.h
drivers/pci/hotplug/acpiphp_core.c
drivers/pci/hotplug/acpiphp_glue.c