* [PATCH] kdev_t compilation fixes (Framebuffer)
@ 2002-02-23 22:01 Bongani Hlope
2002-02-23 22:33 ` Jeff Garzik
2002-02-24 11:10 ` Bakonyi Ferenc
0 siblings, 2 replies; 3+ messages in thread
From: Bongani Hlope @ 2002-02-23 22:01 UTC (permalink / raw)
To: linux-kernel; +Cc: fero, kraxel
I misspelled patch on the subject of the first mail, some plp's filters
may miss it (I guess) so here it goes again.
I thinks these were missed during 2.5.2-pre6, Feren I hope you are
the right person to send the for the first patch (your name is listed as
the Maintainer),Gerd yours is listed for the second patch.
--Bongani
--- linux-2.5/drivers/video/riva/fbdev.c Thu Nov 15 00:52:20 2001
+++ linux-2.5-dev/drivers/video/riva/fbdev.c Sat Feb 23 23:35:08 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;
--- linux-2.5/drivers/video/sis/sis_main.c Thu Feb 21 23:56:03 2002
+++ linux-2.5-dev/drivers/video/sis/sis_main.c Sat Feb 23 23:40:22 2002
@@ -2766,7 +2766,7 @@
sisfb_crtc_to_var (&default_var);
fb_info.changevar = NULL;
- fb_info.node = -1;
+ fb_info.node = NODEV;
fb_info.fbops = &sisfb_ops;
fb_info.disp = &disp;
fb_info.switch_con = &sisfb_switch;
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] kdev_t compilation fixes (Framebuffer)
2002-02-23 22:01 [PATCH] kdev_t compilation fixes (Framebuffer) Bongani Hlope
@ 2002-02-23 22:33 ` Jeff Garzik
2002-02-24 11:10 ` Bakonyi Ferenc
1 sibling, 0 replies; 3+ messages in thread
From: Jeff Garzik @ 2002-02-23 22:33 UTC (permalink / raw)
To: Bongani Hlope; +Cc: linux-kernel, fero, kraxel
Bongani Hlope wrote:
> --- linux-2.5/drivers/video/riva/fbdev.c Thu Nov 15 00:52:20 2001
> +++ linux-2.5-dev/drivers/video/riva/fbdev.c Sat Feb 23 23:35:08 2002
> @@ -1811,7 +1811,7 @@
> info = &rinfo->info;
>
> strcpy(info->modename, rinfo->drvr_name);
> - info->node = -1;
> + info->node = NODEV;
This one's already been merged...
--
Jeff Garzik | "UNIX enhancements aren't."
Building 1024 | -- says /usr/games/fortune
MandrakeSoft |
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] kdev_t compilation fixes (Framebuffer)
2002-02-23 22:01 [PATCH] kdev_t compilation fixes (Framebuffer) Bongani Hlope
2002-02-23 22:33 ` Jeff Garzik
@ 2002-02-24 11:10 ` Bakonyi Ferenc
1 sibling, 0 replies; 3+ messages in thread
From: Bakonyi Ferenc @ 2002-02-24 11:10 UTC (permalink / raw)
To: Bongani Hlope; +Cc: Jeff Garzik, linux-kernel
Hi!
On Sun, Feb 24, 2002 at 12:01:01AM +0200, Bongani Hlope wrote:
> I thinks these were missed during 2.5.2-pre6, Feren I hope you are
> the right person to send the for the first patch (your name is listed as
> the Maintainer),Gerd yours is listed for the second patch.
Your patch is already included in the dj-tree, but it is missed from
Linus' tree. BTW Ani Joshi is listed as the maintainer, not me. :)
Best regards:
Ferenc Bakonyi
--- linux-2.5/drivers/video/riva/fbdev.c Thu Nov 15 00:52:20 2001
+++ linux-2.5-dev/drivers/video/riva/fbdev.c Sat Feb 23 23:35:08 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;
--- linux-2.5/drivers/video/sis/sis_main.c Thu Feb 21 23:56:03 2002
+++ linux-2.5-dev/drivers/video/sis/sis_main.c Sat Feb 23 23:40:22 2002
@@ -2766,7 +2766,7 @@
sisfb_crtc_to_var (&default_var);
fb_info.changevar = NULL;
- fb_info.node = -1;
+ fb_info.node = NODEV;
fb_info.fbops = &sisfb_ops;
fb_info.disp = &disp;
fb_info.switch_con = &sisfb_switch;
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-02-24 11:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-23 22:01 [PATCH] kdev_t compilation fixes (Framebuffer) Bongani Hlope
2002-02-23 22:33 ` Jeff Garzik
2002-02-24 11:10 ` Bakonyi Ferenc
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.