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
a37481fe
Commit
a37481fe
authored
Jul 14, 2002
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
agpgart: added agp prefix to the debug printk
parent
fd01155c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/char/agp/agp.c
drivers/char/agp/agp.c
+1
-1
No files found.
drivers/char/agp/agp.c
View file @
a37481fe
...
@@ -1590,7 +1590,7 @@ static int agp_probe (struct pci_dev *dev, const struct pci_device_id *ent)
...
@@ -1590,7 +1590,7 @@ static int agp_probe (struct pci_dev *dev, const struct pci_device_id *ent)
int
ret_val
;
int
ret_val
;
if
(
agp_bridge
.
type
!=
NOT_SUPPORTED
)
{
if
(
agp_bridge
.
type
!=
NOT_SUPPORTED
)
{
printk
(
KERN_DEBUG
"Oops, don't init a 2nd
agpgart device.
\n
"
);
printk
(
KERN_DEBUG
PFX
"Oops, don't init more than one
agpgart device.
\n
"
);
return
-
ENODEV
;
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