• Lan Tianyu's avatar
    PCI: acpiphp: Convert to dynamic debug · bd950799
    Lan Tianyu authored
    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: default avatarLan Tianyu <tianyu.lan@intel.com>
    Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
    bd950799
acpiphp_glue.c 27.5 KB