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
Kirill Smelkov
linux
Commits
c4efe416
Commit
c4efe416
authored
Dec 05, 2002
by
Andy Grover
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ACPI: changed code for new ACPI_ prefixes on constants
parent
5a07b58d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
drivers/acpi/pci_bind.c
drivers/acpi/pci_bind.c
+4
-4
drivers/acpi/pci_irq.c
drivers/acpi/pci_irq.c
+1
-1
No files found.
drivers/acpi/pci_bind.c
View file @
c4efe416
...
...
@@ -124,8 +124,8 @@ acpi_pci_bind (
acpi_status
status
=
AE_OK
;
struct
acpi_pci_data
*
data
=
NULL
;
struct
acpi_pci_data
*
pdata
=
NULL
;
char
pathname
[
PATHNAME_MAX
]
=
{
0
};
acpi_buffer
buffer
=
{
PATHNAME_MAX
,
pathname
};
char
pathname
[
ACPI_
PATHNAME_MAX
]
=
{
0
};
acpi_buffer
buffer
=
{
ACPI_
PATHNAME_MAX
,
pathname
};
acpi_handle
handle
=
NULL
;
ACPI_FUNCTION_TRACE
(
"acpi_pci_bind"
);
...
...
@@ -267,8 +267,8 @@ acpi_pci_bind_root (
int
result
=
0
;
acpi_status
status
=
AE_OK
;
struct
acpi_pci_data
*
data
=
NULL
;
char
pathname
[
PATHNAME_MAX
]
=
{
0
};
acpi_buffer
buffer
=
{
PATHNAME_MAX
,
pathname
};
char
pathname
[
ACPI_
PATHNAME_MAX
]
=
{
0
};
acpi_buffer
buffer
=
{
ACPI_
PATHNAME_MAX
,
pathname
};
ACPI_FUNCTION_TRACE
(
"acpi_pci_bind_root"
);
...
...
drivers/acpi/pci_irq.c
View file @
c4efe416
...
...
@@ -158,7 +158,7 @@ acpi_pci_irq_add_prt (
int
bus
)
{
acpi_status
status
=
AE_OK
;
char
pathname
[
PATHNAME_MAX
]
=
{
0
};
char
pathname
[
ACPI_
PATHNAME_MAX
]
=
{
0
};
acpi_buffer
buffer
=
{
0
,
NULL
};
acpi_pci_routing_table
*
prt
=
NULL
;
acpi_pci_routing_table
*
entry
=
NULL
;
...
...
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