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
ba20db08
Commit
ba20db08
authored
Dec 23, 2004
by
Len Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge intel.com:/home/lenb/src/26-stable-dev
into intel.com:/home/lenb/src/26-latest-dev
parents
ea7e61d8
25d163ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
drivers/acpi/pci_bind.c
drivers/acpi/pci_bind.c
+1
-1
drivers/acpi/thermal.c
drivers/acpi/thermal.c
+1
-1
No files found.
drivers/acpi/pci_bind.c
View file @
ba20db08
...
@@ -333,7 +333,7 @@ acpi_pci_bind_root (
...
@@ -333,7 +333,7 @@ acpi_pci_bind_root (
return_VALUE
(
-
ENOMEM
);
return_VALUE
(
-
ENOMEM
);
memset
(
pathname
,
0
,
ACPI_PATHNAME_MAX
);
memset
(
pathname
,
0
,
ACPI_PATHNAME_MAX
);
buffer
.
length
=
sizeof
(
pathname
)
;
buffer
.
length
=
ACPI_PATHNAME_MAX
;
buffer
.
pointer
=
pathname
;
buffer
.
pointer
=
pathname
;
if
(
!
device
||
!
id
||
!
bus
){
if
(
!
device
||
!
id
||
!
bus
){
...
...
drivers/acpi/thermal.c
View file @
ba20db08
...
@@ -917,7 +917,7 @@ acpi_thermal_write_trip_points (
...
@@ -917,7 +917,7 @@ acpi_thermal_write_trip_points (
if
(
!
active
)
if
(
!
active
)
return_VALUE
(
-
ENOMEM
);
return_VALUE
(
-
ENOMEM
);
if
(
!
tz
||
(
count
>
sizeof
(
limit_string
)
-
1
))
{
if
(
!
tz
||
(
count
>
ACPI_THERMAL_MAX_LIMIT_STR_LEN
-
1
))
{
ACPI_DEBUG_PRINT
((
ACPI_DB_ERROR
,
"Invalid argument
\n
"
));
ACPI_DEBUG_PRINT
((
ACPI_DB_ERROR
,
"Invalid argument
\n
"
));
count
=
-
EINVAL
;
count
=
-
EINVAL
;
goto
end
;
goto
end
;
...
...
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