lkml.org 
[lkml]   [2003]   [Jul]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] via-agp.c - agp_try_unsupported typo
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/
\
 
 \ /
  Last update: 2005-03-22 13:46    [W:0.018 / U:1.168 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site