From: Greg KH <greg@kroah.com>
To: Sebastian Krause <krause@sdbk.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Can't compile 2.5.2-pre11: error in fbdev
Date: Sat, 12 Jan 2002 12:56:04 -0800 [thread overview]
Message-ID: <20020112205604.GB5808@kroah.com> (raw)
In-Reply-To: <krause.87lmf3pbm9.fsf@sdbk.de>
In-Reply-To: <krause.87lmf3pbm9.fsf@sdbk.de>
On Sat, Jan 12, 2002 at 09:17:50PM +0100, Sebastian Krause wrote:
> When I try to compile 2.5.2-pre11, I get the following error:
This patch fixes it for me:
diff -Nru a/drivers/video/riva/fbdev.c b/drivers/video/riva/fbdev.c
--- a/drivers/video/riva/fbdev.c Sat Jan 12 13:06:34 2002
+++ b/drivers/video/riva/fbdev.c Sat Jan 12 13:06:34 2002
@@ -1811,7 +1811,7 @@
info = &rinfo->info;
strcpy(info->modename, rinfo->drvr_name);
- info->node = -1;
+ info->node = NODEV;
info->flags = FBINFO_FLAG_DEFAULT;
info->fbops = &riva_fb_ops;
prev parent reply other threads:[~2002-01-12 20:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-12 20:17 Sebastian Krause
2002-01-12 20:56 ` Greg KH [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=20020112205604.GB5808@kroah.com \
--to=greg@kroah.com \
--cc=krause@sdbk.de \
--cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®