]> Pileus Git - ~andy/linux/commit
PCI: acpiphp_ibm: Convert to dynamic debug
authorLan Tianyu <tianyu.lan@intel.com>
Wed, 25 Sep 2013 00:07:28 +0000 (18:07 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 25 Sep 2013 23:00:51 +0000 (17:00 -0600)
commit43e7aa47a7fc3948304d386780ed3100cb67ddac
tree6ae6393924ab1f408a9e36faff087d32afeb9472
parentbd950799d9510cac994fad2ea020767fe878b84b
PCI: acpiphp_ibm: Convert to dynamic debug

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

User interface change: before this patch, boot with the "acpiphp_ibm.debug"
kernel parameter to turn on debug.  After this patch, set
CONFIG_DYNAMIC_DEBUG=y and boot with "acpiphp_ibm.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_ibm.c