public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATH] kdev_t compilation fixes (Framebuffer)
@ 2002-02-23 21:57 Bongani Hlope
  0 siblings, 0 replies; only message in thread
From: Bongani Hlope @ 2002-02-23 21:57 UTC (permalink / raw)
  To: linux-kernel; +Cc: fero, kraxel

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] only message in thread

only message in thread, other threads:[~2002-02-23 21:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-23 21:57 [PATH] kdev_t compilation fixes (Framebuffer) Bongani Hlope

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox