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
773a2f52
Commit
773a2f52
authored
Dec 09, 2002
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
8b4ad80b
833f4611
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
drivers/acpi/dispatcher/dsinit.c
drivers/acpi/dispatcher/dsinit.c
+2
-2
drivers/acpi/namespace/nsinit.c
drivers/acpi/namespace/nsinit.c
+2
-2
No files found.
drivers/acpi/dispatcher/dsinit.c
View file @
773a2f52
/******************************************************************************
*
* Module Name: dsinit - Object initialization namespace walk
* $Revision:
2
$
* $Revision:
4
$
*
*****************************************************************************/
...
...
@@ -106,7 +106,7 @@ acpi_ds_init_one_object (
/* Print a dot for each method unless we are going to print the entire pathname */
if
(
!
(
acpi_dbg_level
&
ACPI_LV_INIT_NAMES
))
{
acpi_os_printf
(
"."
);
ACPI_DEBUG_PRINT_RAW
((
ACPI_DB_INIT
,
"."
)
);
}
/*
...
...
drivers/acpi/namespace/nsinit.c
View file @
773a2f52
...
...
@@ -278,7 +278,7 @@ acpi_ns_init_one_object (
/* Print a dot for each object unless we are going to print the entire pathname */
if
(
!
(
acpi_dbg_level
&
ACPI_LV_INIT_NAMES
))
{
acpi_os_printf
(
"."
);
ACPI_DEBUG_PRINT_RAW
((
ACPI_DB_INIT
,
"."
)
);
}
/*
...
...
@@ -321,7 +321,7 @@ acpi_ns_init_one_device (
if
((
acpi_dbg_level
<=
ACPI_LV_ALL_EXCEPTIONS
)
&&
(
!
(
acpi_dbg_level
&
ACPI_LV_INFO
)))
{
acpi_os_printf
(
"."
);
ACPI_DEBUG_PRINT_RAW
((
ACPI_DB_INIT
,
"."
)
);
}
info
->
device_count
++
;
...
...
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