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
651de80f
Commit
651de80f
authored
Feb 26, 2004
by
Anton Blanchard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] ppc64: fix pci hotplug compile error
Fix a compile error in the ppc64 pci hotplug code.
parent
750737f6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
drivers/pci/hotplug/rpaphp.h
drivers/pci/hotplug/rpaphp.h
+1
-1
drivers/pci/hotplug/rpaphp_core.c
drivers/pci/hotplug/rpaphp_core.c
+1
-3
No files found.
drivers/pci/hotplug/rpaphp.h
View file @
651de80f
...
...
@@ -54,7 +54,7 @@
#define dbg(format, arg...) \
do { \
if (
rpaphp_debug)
\
if (
debug)
\
printk(KERN_DEBUG "%s: " format, \
MY_NAME , ## arg); \
} while (0)
...
...
drivers/pci/hotplug/rpaphp_core.c
View file @
651de80f
...
...
@@ -39,7 +39,7 @@
#include "pci_hotplug.h"
static
int
debug
=
1
;
static
int
debug
;
static
struct
semaphore
rpaphp_sem
;
static
LIST_HEAD
(
rpaphp_slot_head
);
static
int
num_slots
;
...
...
@@ -838,8 +838,6 @@ static int __init rpaphp_init(void)
info
(
DRIVER_DESC
" version: "
DRIVER_VERSION
"
\n
"
);
rpaphp_debug
=
debug
;
/* read all the PRA info from the system */
retval
=
init_rpa
();
...
...
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