Commit 0d0823fc authored by Dave Jones's avatar Dave Jones

[AGPGART] Remove unneeded string from AMD64 GART driver.

parent ba27a6f2
......@@ -370,7 +370,7 @@ static int __init agp_amd64_probe(struct pci_dev *pdev,
struct agp_bridge_data *bridge;
u8 rev_id;
u8 cap_ptr;
char *revstring=" ";
char *revstring=NULL;
cap_ptr = pci_find_capability(pdev, PCI_CAP_ID_AGP);
if (!cap_ptr)
......
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