[PATCH] via-agp.c - agp_try_unsupported typo

From: Petr Sebor (petr@scssoft.com)
Date: Thu Jul 10 2003 - 17:29:12 EST


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/



This archive was generated by hypermail 2b29 : Tue Jul 15 2003 - 22:00:37 EST