[PATCH] via-agp.c - agp_try_unsupported typo

Petr Sebor (petr@scssoft.com)
Fri, 11 Jul 2003 00:29:12 +0200


Hello,

via-agp.c in 2.5.75 has the agp_try_unsupported test reverted

please apply,

thanks
-petr

diff -ur linux-2.5.75.old/drivers/char/agp/via-agp.c linux-2.5.75/drivers/char/agp/via-agp.c
--- linux-2.5.75.old/drivers/char/agp/via-agp.c 2003-07-11 00:17:44.000000000 +0200
+++ linux-2.5.75/drivers/char/agp/via-agp.c 2003-07-11 00:17:58.000000000 +0200
@@ -382,7 +382,7 @@
}
}

- 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",
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/