Commit f4d5e3d2 authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[AGPGART] Fix indentation.

parent cad8b410
...@@ -359,7 +359,7 @@ static __init int cache_nbs (struct pci_dev *pdev, u32 cap_ptr) ...@@ -359,7 +359,7 @@ static __init int cache_nbs (struct pci_dev *pdev, u32 cap_ptr)
if (i == MAX_HAMMER_GARTS) { if (i == MAX_HAMMER_GARTS) {
printk(KERN_INFO "Too many northbridges for AGP\n"); printk(KERN_INFO "Too many northbridges for AGP\n");
return -1; return -1;
} }
} }
return i == 0 ? -1 : 0; return i == 0 ? -1 : 0;
} }
......
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