Commit a37481fe authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

agpgart: added agp prefix to the debug printk

parent fd01155c
...@@ -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;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment