All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ACPICA: Remove redundant macro defines for ACPI_DEBUG_PRINT() and ACPI_DEBUG_PRINT_RAW()
@ 2013-05-25  9:12 Hanjun Guo
  2013-05-28 17:07 ` Moore, Robert
  0 siblings, 1 reply; 3+ messages in thread
From: Hanjun Guo @ 2013-05-25  9:12 UTC (permalink / raw)
  To: Lv Zheng
  Cc: Rafael J. Wysocki, Robert Moore, linux-acpi, patches,
	linaro-kernel, Jiang Liu

In commit 0377b5acba2 (ACPICA: Merge all debug output macros into
a single file, acoutput.), the patch introduces redundant macro
defines for ACPI_DEBUG_PRINT() and ACPI_DEBUG_PRINT_RAW(), just
remove it.

Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
---
 include/acpi/acoutput.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/acpi/acoutput.h b/include/acpi/acoutput.h
index 4f52ea7..e1c7474 100644
--- a/include/acpi/acoutput.h
+++ b/include/acpi/acoutput.h
@@ -447,8 +447,6 @@
 #define ACPI_DUMP_TABLES(a, b)
 #define ACPI_DUMP_PATHNAME(a, b, c, d)
 #define ACPI_DUMP_BUFFER(a, b)
-#define ACPI_DEBUG_PRINT(pl)
-#define ACPI_DEBUG_PRINT_RAW(pl)
 #define ACPI_IS_DEBUG_ENABLED(level, component) 0

 /* Return macros must have a return statement at the minimum */
-- 1.8.2.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* RE: [PATCH] ACPICA: Remove redundant macro defines for ACPI_DEBUG_PRINT() and ACPI_DEBUG_PRINT_RAW()
  2013-05-25  9:12 [PATCH] ACPICA: Remove redundant macro defines for ACPI_DEBUG_PRINT() and ACPI_DEBUG_PRINT_RAW() Hanjun Guo
@ 2013-05-28 17:07 ` Moore, Robert
  2013-05-29 10:00   ` Hanjun Guo
  0 siblings, 1 reply; 3+ messages in thread
From: Moore, Robert @ 2013-05-28 17:07 UTC (permalink / raw)
  To: Hanjun Guo, Zheng, Lv
  Cc: Wysocki, Rafael J, linux-acpi, patches, linaro-kernel, Jiang Liu

This was fixed some time ago in the main ACPICA source, and should have made it into Linux by now.


> -----Original Message-----
> From: Hanjun Guo [mailto:hanjun.guo@linaro.org]
> Sent: Saturday, May 25, 2013 2:13 AM
> To: Zheng, Lv
> Cc: Wysocki, Rafael J; Moore, Robert; linux-acpi@vger.kernel.org;
> patches@linaro.org; linaro-kernel@lists.linaro.org; Jiang Liu
> Subject: [PATCH] ACPICA: Remove redundant macro defines for
> ACPI_DEBUG_PRINT() and ACPI_DEBUG_PRINT_RAW()
> 
> In commit 0377b5acba2 (ACPICA: Merge all debug output macros into a single
> file, acoutput.), the patch introduces redundant macro defines for
> ACPI_DEBUG_PRINT() and ACPI_DEBUG_PRINT_RAW(), just remove it.
> 
> Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
> ---
>  include/acpi/acoutput.h | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/include/acpi/acoutput.h b/include/acpi/acoutput.h index
> 4f52ea7..e1c7474 100644
> --- a/include/acpi/acoutput.h
> +++ b/include/acpi/acoutput.h
> @@ -447,8 +447,6 @@
>  #define ACPI_DUMP_TABLES(a, b)
>  #define ACPI_DUMP_PATHNAME(a, b, c, d)
>  #define ACPI_DUMP_BUFFER(a, b)
> -#define ACPI_DEBUG_PRINT(pl)
> -#define ACPI_DEBUG_PRINT_RAW(pl)
>  #define ACPI_IS_DEBUG_ENABLED(level, component) 0
> 
>  /* Return macros must have a return statement at the minimum */
> -- 1.8.2.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ACPICA: Remove redundant macro defines for ACPI_DEBUG_PRINT() and ACPI_DEBUG_PRINT_RAW()
  2013-05-28 17:07 ` Moore, Robert
@ 2013-05-29 10:00   ` Hanjun Guo
  0 siblings, 0 replies; 3+ messages in thread
From: Hanjun Guo @ 2013-05-29 10:00 UTC (permalink / raw)
  To: Moore, Robert
  Cc: Zheng, Lv, Wysocki, Rafael J, linux-acpi, patches, linaro-kernel,
	Jiang Liu

On 2013-5-29 1:07, Moore, Robert wrote:
> This was fixed some time ago in the main ACPICA source, and should have made it into Linux by now.

Ok, I noticed the ACPICA patch set sent out today by Lv Zheng,
and it is fixed in this patch set.

Thanks
Hanjun Guo

> 
> 
>> -----Original Message-----
>> From: Hanjun Guo [mailto:hanjun.guo@linaro.org]
>> Sent: Saturday, May 25, 2013 2:13 AM
>> To: Zheng, Lv
>> Cc: Wysocki, Rafael J; Moore, Robert; linux-acpi@vger.kernel.org;
>> patches@linaro.org; linaro-kernel@lists.linaro.org; Jiang Liu
>> Subject: [PATCH] ACPICA: Remove redundant macro defines for
>> ACPI_DEBUG_PRINT() and ACPI_DEBUG_PRINT_RAW()
>>
>> In commit 0377b5acba2 (ACPICA: Merge all debug output macros into a single
>> file, acoutput.), the patch introduces redundant macro defines for
>> ACPI_DEBUG_PRINT() and ACPI_DEBUG_PRINT_RAW(), just remove it.
>>
>> Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
>> ---
>>  include/acpi/acoutput.h | 2 --
>>  1 file changed, 2 deletions(-)
>>
>> diff --git a/include/acpi/acoutput.h b/include/acpi/acoutput.h index
>> 4f52ea7..e1c7474 100644
>> --- a/include/acpi/acoutput.h
>> +++ b/include/acpi/acoutput.h
>> @@ -447,8 +447,6 @@
>>  #define ACPI_DUMP_TABLES(a, b)
>>  #define ACPI_DUMP_PATHNAME(a, b, c, d)
>>  #define ACPI_DUMP_BUFFER(a, b)
>> -#define ACPI_DEBUG_PRINT(pl)
>> -#define ACPI_DEBUG_PRINT_RAW(pl)
>>  #define ACPI_IS_DEBUG_ENABLED(level, component) 0
>>
>>  /* Return macros must have a return statement at the minimum */
>> -- 1.8.2.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-29 10:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-25  9:12 [PATCH] ACPICA: Remove redundant macro defines for ACPI_DEBUG_PRINT() and ACPI_DEBUG_PRINT_RAW() Hanjun Guo
2013-05-28 17:07 ` Moore, Robert
2013-05-29 10:00   ` Hanjun Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.