All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] via-agp.c - agp_try_unsupported typo
@ 2003-07-10 22:29 Petr Sebor
  0 siblings, 0 replies; only message in thread
From: Petr Sebor @ 2003-07-10 22:29 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, davej

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",

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-10 22:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-10 22:29 [PATCH] via-agp.c - agp_try_unsupported typo Petr Sebor

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.