Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
f050a5c4
Commit
f050a5c4
authored
Jun 10, 2003
by
Andy Grover
Browse files
Options
Browse Files
Download
Plain Diff
Merge groveronline.com:/root/bk/linux-2.5
into groveronline.com:/root/bk/linux-acpi
parents
4c17e91a
83549bf9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
drivers/acpi/tables.c
drivers/acpi/tables.c
+1
-1
drivers/acpi/thermal.c
drivers/acpi/thermal.c
+1
-1
No files found.
drivers/acpi/tables.c
View file @
f050a5c4
...
@@ -56,7 +56,7 @@ static char *acpi_table_signatures[ACPI_TABLE_COUNT] = {
...
@@ -56,7 +56,7 @@ static char *acpi_table_signatures[ACPI_TABLE_COUNT] = {
[
ACPI_SRAT
]
=
"SRAT"
,
[
ACPI_SRAT
]
=
"SRAT"
,
[
ACPI_SSDT
]
=
"SSDT"
,
[
ACPI_SSDT
]
=
"SSDT"
,
[
ACPI_SPMI
]
=
"SPMI"
,
[
ACPI_SPMI
]
=
"SPMI"
,
[
ACPI_HPET
]
=
"HPET"
[
ACPI_HPET
]
=
"HPET"
,
};
};
/* System Description Table (RSDT/XSDT) */
/* System Description Table (RSDT/XSDT) */
...
...
drivers/acpi/thermal.c
View file @
f050a5c4
...
@@ -430,7 +430,7 @@ acpi_thermal_call_usermode (
...
@@ -430,7 +430,7 @@ acpi_thermal_call_usermode (
ACPI_FUNCTION_TRACE
(
"acpi_thermal_call_usermode"
);
ACPI_FUNCTION_TRACE
(
"acpi_thermal_call_usermode"
);
if
(
!
path
)
if
(
!
path
)
return_VALUE
(
-
EINVAL
);
;
return_VALUE
(
-
EINVAL
);
argv
[
0
]
=
path
;
argv
[
0
]
=
path
;
...
...
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