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
8a8d8171
Commit
8a8d8171
authored
Apr 21, 2002
by
Rusty Russell
Committed by
Linus Torvalds
Apr 21, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] fix a warning in i386_pci-pc.c
Andrew Morton <akpm@zip.com.au>: fix a warning in i386_pci-pc.c:
parent
ca3337ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
arch/i386/kernel/pci-pc.c
arch/i386/kernel/pci-pc.c
+2
-1
No files found.
arch/i386/kernel/pci-pc.c
View file @
8a8d8171
...
...
@@ -1091,8 +1091,9 @@ static void __devinit pci_fixup_i450nx(struct pci_dev *d)
*/
int
pxb
,
reg
;
u8
busno
,
suba
,
subb
;
#ifdef CONFIG_MULTIQUAD
int
quad
=
BUS2QUAD
(
d
->
bus
->
number
);
#endif
printk
(
"PCI: Searching for i450NX host bridges on %s
\n
"
,
d
->
slot_name
);
reg
=
0xd0
;
for
(
pxb
=
0
;
pxb
<
2
;
pxb
++
)
{
...
...
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