From: Ondrej Zajicek <santiago@crfreenet.org>
To: "Antonino A. Daplas" <adaplas@gmail.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
Linux Fbdev development list
<linux-fbdev-devel@lists.sourceforge.net>
Subject: Re: [PATCH] arkfb: Fix compile error if CONFIG_MTRR=n
Date: Tue, 8 May 2007 19:04:21 +0200 [thread overview]
Message-ID: <20070508170420.GB27666@localhost.localdomain> (raw)
In-Reply-To: <46406C89.50702@gmail.com>
On Tue, May 08, 2007 at 08:26:49PM +0800, Antonino A. Daplas wrote:
> Fix compile error if CONFIG_MTRR=n
Thanks for fixes, I am sorry i didn't test it enough.
There is one related bugfix:
Signed-off-by: Ondrej Zajicek <santiago@crfreenet.org>
diff -uprN -X linux-2.6.21-rc7-mm2/Documentation/dontdiff linux-2.6.21-rc7-mm2/drivers/video/arkfb.c linux-2.6.21-rc7-mm2-dev-fix/drivers/video/arkfb.c
--- linux-2.6.21-rc7-mm2/drivers/video/arkfb.c 2007-05-08 18:47:08.000000000 +0200
+++ linux-2.6.21-rc7-mm2-dev-fix/drivers/video/arkfb.c 2007-05-08 18:34:13.000000000 +0200
@@ -122,7 +122,7 @@ MODULE_PARM_DESC(mtrr, "Enable write-com
static int threshold = 4;
module_param(threshold, int, 0644);
-MODULE_PARM_DESC(mtrr, "FIFO threshold");
+MODULE_PARM_DESC(threshold, "FIFO threshold");
/* ------------------------------------------------------------------------- */
--
Elen sila lumenn' omentielvo
Ondrej 'SanTiago' Zajicek (email: santiago@mail.cz, jabber: santiago@njs.netlab.cz)
OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net)
"To err is human -- to blame it on a computer is even more so."
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
prev parent reply other threads:[~2007-05-08 17:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-05 14:52 [PATCH 07/20] arkfb: New framebuffer driver for ARK Logic cards Antonino A. Daplas
2007-05-08 6:31 ` Andrew Morton
2007-05-08 12:26 ` [PATCH] arkfb: Fix compile error if CONFIG_MTRR=n Antonino A. Daplas
2007-05-08 17:04 ` Ondrej Zajicek [this message]
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=20070508170420.GB27666@localhost.localdomain \
--to=santiago@crfreenet.org \
--cc=adaplas@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=linux-fbdev-devel@lists.sourceforge.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).