summaryrefslogtreecommitdiff
path: root/source/compiler/dttemplate.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2015-11-25 21:04:42 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2015-11-25 21:04:42 +0000
commitb9098066cd6284319bca922f13e59517f774a103 (patch)
treef01fd6c9053cb01ed84c00cb42ee789adafceaf5 /source/compiler/dttemplate.c
parent1e24cf365bc9c8df179b145c90d52852724e54ee (diff)
Notes
Diffstat (limited to 'source/compiler/dttemplate.c')
-rw-r--r--source/compiler/dttemplate.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/compiler/dttemplate.c b/source/compiler/dttemplate.c
index 3da0692bb086..622e2011038f 100644
--- a/source/compiler/dttemplate.c
+++ b/source/compiler/dttemplate.c
@@ -189,7 +189,6 @@ GetTemplate:
Status = DtCreateOneTemplate (Signature, TableData);
-
/* Shutdown ACPICA subsystem */
(void) AcpiTerminate ();
@@ -235,7 +234,7 @@ DtCreateAllTemplates (
if (TableData->Template)
{
Status = DtCreateOneTemplate (TableData->Signature,
- TableData);
+ TableData);
if (ACPI_FAILURE (Status))
{
return (Status);