Re: [PATCH 2/2] PCI/ACPI: Convert ACPI PCI Hot Plug core debug fuction to dynamic debug function

2013-09-25 Thread Bjorn Helgaas
On Wed, Sep 25, 2013 at 7:37 AM, Lan Tianyu wrote: > On 09/25/2013 08:19 AM, Bjorn Helgaas wrote: >> >> On Mon, Sep 09, 2013 at 11:17:15PM -0400, tianyu@intel.com wrote: >>> >>> From: Lan Tianyu >>> >>> This patch is to use pr_debug/info/warn/err to replace acpiphp debug >>> functions and

Re: [PATCH 2/2] PCI/ACPI: Convert ACPI PCI Hot Plug core debug fuction to dynamic debug function

2013-09-25 Thread Lan Tianyu
On 09/25/2013 08:19 AM, Bjorn Helgaas wrote: On Mon, Sep 09, 2013 at 11:17:15PM -0400, tianyu@intel.com wrote: From: Lan Tianyu This patch is to use pr_debug/info/warn/err to replace acpiphp debug functions and remove module's debug param. ... /* local variables */ @@ -61,9 +60,7 @@

Re: [PATCH 2/2] PCI/ACPI: Convert ACPI PCI Hot Plug core debug fuction to dynamic debug function

2013-09-25 Thread Lan Tianyu
On 09/25/2013 08:19 AM, Bjorn Helgaas wrote: On Mon, Sep 09, 2013 at 11:17:15PM -0400, tianyu@intel.com wrote: From: Lan Tianyu tianyu@intel.com This patch is to use pr_debug/info/warn/err to replace acpiphp debug functions and remove module's debug param. ... /* local variables

Re: [PATCH 2/2] PCI/ACPI: Convert ACPI PCI Hot Plug core debug fuction to dynamic debug function

2013-09-25 Thread Bjorn Helgaas
On Wed, Sep 25, 2013 at 7:37 AM, Lan Tianyu tianyu@intel.com wrote: On 09/25/2013 08:19 AM, Bjorn Helgaas wrote: On Mon, Sep 09, 2013 at 11:17:15PM -0400, tianyu@intel.com wrote: From: Lan Tianyu tianyu@intel.com This patch is to use pr_debug/info/warn/err to replace acpiphp

Re: [PATCH 2/2] PCI/ACPI: Convert ACPI PCI Hot Plug core debug fuction to dynamic debug function

2013-09-24 Thread Bjorn Helgaas
On Mon, Sep 09, 2013 at 11:17:15PM -0400, tianyu@intel.com wrote: > From: Lan Tianyu > > This patch is to use pr_debug/info/warn/err to replace acpiphp debug > functions and remove module's debug param. > ... > /* local variables */ > @@ -61,9 +60,7 @@ static struct acpiphp_attention_info

Re: [PATCH 2/2] PCI/ACPI: Convert ACPI PCI Hot Plug core debug fuction to dynamic debug function

2013-09-24 Thread Bjorn Helgaas
On Mon, Sep 09, 2013 at 11:17:15PM -0400, tianyu@intel.com wrote: From: Lan Tianyu tianyu@intel.com This patch is to use pr_debug/info/warn/err to replace acpiphp debug functions and remove module's debug param. ... /* local variables */ @@ -61,9 +60,7 @@ static struct

[PATCH 2/2] PCI/ACPI: Convert ACPI PCI Hot Plug core debug fuction to dynamic debug function

2013-09-09 Thread tianyu . lan
From: Lan Tianyu This patch is to use pr_debug/info/warn/err to replace acpiphp debug functions and remove module's debug param. Signed-off-by: Lan Tianyu --- drivers/pci/hotplug/acpiphp.h | 10 -- drivers/pci/hotplug/acpiphp_core.c | 35 +--

[PATCH 2/2] PCI/ACPI: Convert ACPI PCI Hot Plug core debug fuction to dynamic debug function

2013-09-09 Thread tianyu . lan
From: Lan Tianyu tianyu@intel.com This patch is to use pr_debug/info/warn/err to replace acpiphp debug functions and remove module's debug param. Signed-off-by: Lan Tianyu tianyu@intel.com --- drivers/pci/hotplug/acpiphp.h | 10 -- drivers/pci/hotplug/acpiphp_core.c | 35