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
0aabd43d
Commit
0aabd43d
authored
Nov 02, 2002
by
Greg Kroah-Hartman
Committed by
Russell King
Nov 02, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] PCI Hotplug: fix compiler warning.
parent
4b58cd48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/hotplug/pci_hotplug_util.c
drivers/hotplug/pci_hotplug_util.c
+1
-1
No files found.
drivers/hotplug/pci_hotplug_util.c
View file @
0aabd43d
...
...
@@ -96,7 +96,7 @@ static int pci_visit_bridge (struct pci_visit * fn, struct pci_dev_wrapped *wrap
{
struct
pci_bus
*
bus
;
struct
pci_bus_wrapped
wrapped_bus
;
int
result
;
int
result
=
0
;
dbg
(
"scanning bridge %02x, %02x
\n
"
,
PCI_SLOT
(
wrapped_dev
->
dev
->
devfn
),
PCI_FUNC
(
wrapped_dev
->
dev
->
devfn
));
...
...
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