Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1489791
| From | Lv Zheng <lv.zheng@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] acpiexec: Move an acpiexec specific purposed new line to acpiexec specific file |
| Date | 2016-09-23 08:50 +0200 |
| Message-ID | <skst4-eu-17@gated-at.bofh.it> (permalink) |
| References | <sfwGZ-5gP-15@gated-at.bofh.it> <sj3Q5-498-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
> No need, Robert did it already:
>
> 1d435008fd9e ("Update an info message during table load phase.")
Not exactly what I meant. I meant the following on top of the above
mentioned commit. As the newline is an acpiexec specific logic, it should
be kept in acpiexec, shouldn't be left polluting a common file. Lv Zheng.
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
To: Borislav Petkov <bp@alien8.de>
Cc: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Cc: Rafael J. Wysocki <rjw@rjwysocki.net>
Cc: Len Brown <len.brown@intel.com>
Cc: <linux-acpi@vger.kernel.org>
--
Index: acpica/source/components/tables/tbxfload.c
===================================================================
--- acpica.orig/source/components/tables/tbxfload.c
+++ acpica/source/components/tables/tbxfload.c
@@ -348,11 +348,6 @@ AcpiTbLoadNamespace (
Status = AE_CTRL_TERMINATE;
}
-#ifdef ACPI_APPLICATION
- ACPI_DEBUG_PRINT_RAW ((ACPI_DB_INIT, "\n"));
-#endif
-
-
UnlockAndExit:
(void) AcpiUtReleaseMutex (ACPI_MTX_TABLES);
return_ACPI_STATUS (Status);
Index: acpica/source/tools/acpiexec/aetables.c
===================================================================
--- acpica.orig/source/tools/acpiexec/aetables.c
+++ acpica/source/tools/acpiexec/aetables.c
@@ -625,6 +625,7 @@ AeLoadTables (
Status = AcpiLoadTables ();
ACPI_CHECK_OK (AcpiLoadTables, Status);
+ ACPI_DEBUG_PRINT_RAW ((ACPI_DB_INIT, "\n"));
/*
* Test run-time control method installation. Do it twice to test code
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] ACPICA / Interpreter: Remove redundant newline Borislav Petkov <bp@alien8.de> - 2016-09-09 18:20 +0200
RE: [PATCH] ACPICA / Interpreter: Remove redundant newline "Moore, Robert" <robert.moore@intel.com> - 2016-09-09 20:30 +0200
RE: [PATCH] ACPICA / Interpreter: Remove redundant newline "Moore, Robert" <robert.moore@intel.com> - 2016-09-09 20:50 +0200
Re: [PATCH] ACPICA / Interpreter: Remove redundant newline Borislav Petkov <bp@alien8.de> - 2016-09-09 21:00 +0200
Re: [PATCH] ACPICA / Interpreter: Remove redundant newline Borislav Petkov <bp@alien8.de> - 2016-09-09 20:50 +0200
Re: [PATCH] ACPICA / Interpreter: Remove redundant newline Joe Perches <joe@perches.com> - 2016-09-09 21:00 +0200
RE: [PATCH] ACPICA / Interpreter: Remove redundant newline "Zheng, Lv" <lv.zheng@intel.com> - 2016-09-14 05:20 +0200
RE: [PATCH] ACPICA / Interpreter: Remove redundant newline "Moore, Robert" <robert.moore@intel.com> - 2016-09-09 20:50 +0200
Re: [PATCH] ACPICA / Interpreter: Remove redundant newline Borislav Petkov <bp@alien8.de> - 2016-09-09 21:10 +0200
Re: [PATCH] ACPICA / Interpreter: Remove redundant newline Joe Perches <joe@perches.com> - 2016-09-09 21:20 +0200
Re: [PATCH] ACPICA / Interpreter: Remove redundant newline Borislav Petkov <bp@alien8.de> - 2016-09-09 21:30 +0200
RE: [PATCH] ACPICA / Interpreter: Remove redundant newline "Zheng, Lv" <lv.zheng@intel.com> - 2016-09-14 05:20 +0200
RE: [PATCH] ACPICA / Interpreter: Remove redundant newline "Moore, Robert" <robert.moore@intel.com> - 2016-09-14 16:10 +0200
RE: [PATCH] ACPICA / Interpreter: Remove redundant newline "Zheng, Lv" <lv.zheng@intel.com> - 2016-09-14 05:10 +0200
Re: [PATCH] ACPICA / Interpreter: Remove redundant newline Borislav Petkov <bp@alien8.de> - 2016-09-14 13:40 +0200
RE: [PATCH] ACPICA / Interpreter: Remove redundant newline "Zheng, Lv" <lv.zheng@intel.com> - 2016-09-19 11:40 +0200
Re: [PATCH] ACPICA / Interpreter: Remove redundant newline Borislav Petkov <bp@alien8.de> - 2016-09-19 12:20 +0200
[PATCH] acpiexec: Move an acpiexec specific purposed new line to acpiexec specific file Lv Zheng <lv.zheng@intel.com> - 2016-09-23 08:50 +0200
[PATCH] acpiexec: Move an acpiexec specific purposed new line to acpiexec specific file Lv Zheng <lv.zheng@intel.com> - 2016-09-23 09:00 +0200
csiph-web