]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3f2d3e12aba1a0ff590debc3318044819c314a8d
treefe9f572e98acaa7894bbe779e19fe00a3a33379d
parent25cf47c5a402361fc25e17a2e62954e17f7000be
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