From: Petr Sebor <petr@scssoft.com>
To: torvalds@osdl.org
Cc: linux-kernel@vger.kernel.org, davej@codemonkey.org.uk
Subject: [PATCH] via-agp.c - agp_try_unsupported typo
Date: Fri, 11 Jul 2003 00:29:12 +0200 [thread overview]
Message-ID: <20030710222912.GA6656@scssoft.com> (raw)
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",
reply other threads:[~2003-07-10 22:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030710222912.GA6656@scssoft.com \
--to=petr@scssoft.com \
--cc=davej@codemonkey.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.