Commit b7da9a08 authored by Dave Jones's avatar Dave Jones

[AGPGART] Remove duplicate agpgart: from printk's.

parent 7bf53e0b
...@@ -276,9 +276,8 @@ static int __init agp_nvidia_probe(struct pci_dev *pdev, ...@@ -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)); 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) { if (!nvidia_private.dev_1 || !nvidia_private.dev_2 || !nvidia_private.dev_3) {
printk(KERN_INFO PFX "agpgart: Detected an NVIDIA " printk(KERN_INFO PFX "Detected an NVIDIA nForce/nForce2 "
"nForce/nForce2 chipset, but could not find " "chipset, but could not find the secondary devices.\n");
"the secondary devices.\n");
return -ENODEV; return -ENODEV;
} }
......
...@@ -448,8 +448,8 @@ static int __init agp_serverworks_probe(struct pci_dev *pdev, ...@@ -448,8 +448,8 @@ static int __init agp_serverworks_probe(struct pci_dev *pdev,
bridge_dev = pci_find_slot((unsigned int)pdev->bus->number, bridge_dev = pci_find_slot((unsigned int)pdev->bus->number,
PCI_DEVFN(0, 1)); PCI_DEVFN(0, 1));
if (!bridge_dev) { if (!bridge_dev) {
printk(KERN_INFO PFX "agpgart: Detected a Serverworks " printk(KERN_INFO PFX "Detected a Serverworks chipset "
"Chipset, but could not find the secondary device.\n"); "but could not find the secondary 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