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
b7da9a08
Commit
b7da9a08
authored
Aug 15, 2003
by
Dave Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AGPGART] Remove duplicate agpgart: from printk's.
parent
7bf53e0b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
drivers/char/agp/nvidia-agp.c
drivers/char/agp/nvidia-agp.c
+2
-3
drivers/char/agp/sworks-agp.c
drivers/char/agp/sworks-agp.c
+2
-2
No files found.
drivers/char/agp/nvidia-agp.c
View file @
b7da9a08
...
...
@@ -276,9 +276,8 @@ static int __init agp_nvidia_probe(struct pci_dev *pdev,
pci_find_slot
((
unsigned
int
)
pdev
->
bus
->
number
,
PCI_DEVFN
(
30
,
0
));
if
(
!
nvidia_private
.
dev_1
||
!
nvidia_private
.
dev_2
||
!
nvidia_private
.
dev_3
)
{
printk
(
KERN_INFO
PFX
"agpgart: Detected an NVIDIA "
"nForce/nForce2 chipset, but could not find "
"the secondary devices.
\n
"
);
printk
(
KERN_INFO
PFX
"Detected an NVIDIA nForce/nForce2 "
"chipset, but could not find the secondary devices.
\n
"
);
return
-
ENODEV
;
}
...
...
drivers/char/agp/sworks-agp.c
View file @
b7da9a08
...
...
@@ -448,8 +448,8 @@ static int __init agp_serverworks_probe(struct pci_dev *pdev,
bridge_dev
=
pci_find_slot
((
unsigned
int
)
pdev
->
bus
->
number
,
PCI_DEVFN
(
0
,
1
));
if
(
!
bridge_dev
)
{
printk
(
KERN_INFO
PFX
"
agpgart: Detected a Serverworks
"
"
Chipset,
but could not find the secondary device.
\n
"
);
printk
(
KERN_INFO
PFX
"
Detected a Serverworks chipset
"
"but could not find the secondary device.
\n
"
);
return
-
ENODEV
;
}
...
...
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