public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Bongani Hlope <bonganilinux@mweb.co.za>
To: linux-kernel@vger.kernel.org
Cc: fero@drama.obuda.kando.hu, kraxel@goldbach.in-berlin.de
Subject: [PATH] kdev_t compilation fixes (Framebuffer)
Date: 23 Feb 2002 23:57:16 +0200	[thread overview]
Message-ID: <1014501451.3917.19.camel@localhost.localdomain> (raw)

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;



                 reply	other threads:[~2002-02-23 21:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1014501451.3917.19.camel@localhost.localdomain \
    --to=bonganilinux@mweb.co.za \
    --cc=fero@drama.obuda.kando.hu \
    --cc=kraxel@goldbach.in-berlin.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