Commit a804e66c authored by Petr Sebor's avatar Petr Sebor Committed by Linus Torvalds

[PATCH] via-agp.c - agp_try_unsupported typo

via-agp.c has the agp_try_unsupported test reverted
parent ee4cad49
......@@ -382,7 +382,7 @@ static int __init agp_via_probe(struct pci_dev *pdev,
}
}
if (agp_try_unsupported) {
if (!agp_try_unsupported) {
printk(KERN_ERR PFX
"Unsupported VIA chipset (device id: %04x),"
" you might want to try agp_try_unsupported=1.\n",
......
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