Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci-2.6.23
Commits
a27ac38e
Commit
a27ac38e
authored
Apr 05, 2019
by
Len Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ACPI] fix merge error that broke CONFIG_ACPI_DEBUG=y build
Signed-off-by:
Len Brown
<
len.brown@intel.com
>
parent
590275ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/acpi/namespace/nsdump.c
drivers/acpi/namespace/nsdump.c
+1
-1
No files found.
drivers/acpi/namespace/nsdump.c
View file @
a27ac38e
...
...
@@ -612,6 +612,7 @@ acpi_ns_dump_objects (
ACPI_NS_WALK_NO_UNLOCK
,
acpi_ns_dump_one_object
,
(
void
*
)
&
info
,
NULL
);
}
#endif
/* ACPI_FUTURE_USAGE */
/*******************************************************************************
...
...
@@ -694,5 +695,4 @@ acpi_ns_dump_tables (
return_VOID
;
}
#endif
/* _ACPI_ASL_COMPILER */
#endif
/* ACPI_FUTURE_USAGE */
#endif
/* defined(ACPI_DEBUG_OUTPUT) || defined(ACPI_DEBUGGER) */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment