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
f54538c3
Commit
f54538c3
authored
Aug 21, 2008
by
Andi Kleen
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'acpica-release-fixes' into release-2.6.27
parents
f3853863
f0df2d6b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
drivers/acpi/dispatcher/dsobject.c
drivers/acpi/dispatcher/dsobject.c
+1
-1
drivers/acpi/tables.c
drivers/acpi/tables.c
+2
-0
No files found.
drivers/acpi/dispatcher/dsobject.c
View file @
f54538c3
...
@@ -496,7 +496,7 @@ acpi_ds_build_internal_package_obj(struct acpi_walk_state *walk_state,
...
@@ -496,7 +496,7 @@ acpi_ds_build_internal_package_obj(struct acpi_walk_state *walk_state,
arg
=
arg
->
common
.
next
;
arg
=
arg
->
common
.
next
;
}
}
ACPI_
ERROR
((
AE_INFO
,
ACPI_
WARNING
((
AE_INFO
,
"Package List length (%X) larger than NumElements count (%X), truncated
\n
"
,
"Package List length (%X) larger than NumElements count (%X), truncated
\n
"
,
i
,
element_count
));
i
,
element_count
));
}
else
if
(
i
<
element_count
)
{
}
else
if
(
i
<
element_count
)
{
...
...
drivers/acpi/tables.c
View file @
f54538c3
...
@@ -300,6 +300,8 @@ int __init acpi_table_init(void)
...
@@ -300,6 +300,8 @@ int __init acpi_table_init(void)
static
int
__init
acpi_parse_apic_instance
(
char
*
str
)
static
int
__init
acpi_parse_apic_instance
(
char
*
str
)
{
{
if
(
!
str
)
return
-
EINVAL
;
acpi_apic_instance
=
simple_strtoul
(
str
,
NULL
,
0
);
acpi_apic_instance
=
simple_strtoul
(
str
,
NULL
,
0
);
...
...
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