From: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
To: ajoshi@shell.unixbox.com
Cc: linux-kernel@vger.kernel.org
Subject: [patch] A very little patch to make rivafb to be compiled
Date: Sun, 6 Jan 2002 16:02:25 -0500 [thread overview]
Message-ID: <20020106160225.5c080f76.johnpol@2ka.mipt.ru> (raw)
Hello, Ani Joshi and other hackers.
Here is patch against 2.5.2-pre9 wich make rivafb to be compiled:
--- /usr/src/linux-2.5.2-pre/drivers/video/riva/fbdev.c~ Wed Nov 14
17:52:20 2001
+++ /usr/src/linux-2.5.2-pre/drivers/video/riva/fbdev.c Sun Jan 6
15:45:04 2002
@@ -1811,7 +1811,7 @@
info = &rinfo->info;
strcpy(info->modename, rinfo->drvr_name);
- info->node = -1;
+ info->node = to_kdev_t(-1);
info->flags = FBINFO_FLAG_DEFAULT;
info->fbops = &riva_fb_ops;
Now it works good.
Thanks all for your work.
---
WBR. //s0mbre
next reply other threads:[~2002-01-06 12:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-06 21:02 Evgeniy Polyakov [this message]
2002-01-06 21:59 ` Jeff Garzik
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=20020106160225.5c080f76.johnpol@2ka.mipt.ru \
--to=johnpol@2ka.mipt.ru \
--cc=ajoshi@shell.unixbox.com \
--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
Powered by JetHome