Commit 7d40047a authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[AGPGART] Fix oops in VIA initialisation.

From Christoph.
parent 390061cc
...@@ -384,6 +384,7 @@ static int __init agp_via_probe(struct pci_dev *pdev, ...@@ -384,6 +384,7 @@ static int __init agp_via_probe(struct pci_dev *pdev,
bridge->dev = pdev; bridge->dev = pdev;
bridge->capndx = cap_ptr; bridge->capndx = cap_ptr;
bridge->driver = &via_driver;
switch (pdev->device) { switch (pdev->device) {
case PCI_DEVICE_ID_VIA_8367_0: case PCI_DEVICE_ID_VIA_8367_0:
...@@ -409,7 +410,6 @@ static int __init agp_via_probe(struct pci_dev *pdev, ...@@ -409,7 +410,6 @@ static int __init agp_via_probe(struct pci_dev *pdev,
} }
/*FALLTHROUGH*/ /*FALLTHROUGH*/
default: default:
bridge->driver = &via_driver;
break; break;
} }
......
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