mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Petr Vandrovec <vandrove@vc.cvut.cz>
To: Denis Zaitsev <zzz@cd-club.ru>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] matroxfb_base.c - a little fix
Date: Mon, 4 Feb 2002 02:08:54 +0100	[thread overview]
Message-ID: <20020204010854.GC2572@ppc.vc.cvut.cz> (raw)
In-Reply-To: <20020204060107.A18956@zzz.zzz.zzz>
In-Reply-To: <20020204060107.A18956@zzz.zzz.zzz>

On Mon, Feb 04, 2002 at 06:01:07AM +0500, Denis Zaitsev wrote:
> So, below is the little fix.  It's self-explanatory.  Matrox's fb
> can't be compiled without it.  Petr, please, apply it.

Thanks. I already tried to push updated matroxfb to both Marcello
and Linus, but only Alan picked it... matroxfb_crtc2.c needs
simillar fix, BTW.

> --- drivers/video/matrox/matroxfb_base.c.orig	Mon Feb  4 05:11:15 2002
> +++ drivers/video/matrox/matroxfb_base.c	Mon Feb  4 05:16:05 2002
> @@ -1789,7 +1789,7 @@
>  
>  	strcpy(ACCESS_FBINFO(fbcon.modename), "MATROX VGA");
>  	ACCESS_FBINFO(fbcon.changevar) = NULL;
> -	ACCESS_FBINFO(fbcon.node) = -1;
> +	ACCESS_FBINFO(fbcon.node.value) = -1;

No,     ACCESS_FBINFO(fbcon.node) = B_FREE;
or                                = NODEV; 

>  	ACCESS_FBINFO(fbcon.fbops) = &matroxfb_ops;
>  	ACCESS_FBINFO(fbcon.disp) = d;
>  	ACCESS_FBINFO(fbcon.switch_con) = &matroxfb_switch;

							Petr Vandrovec
							vandrove@vc.cvut.cz


  reply	other threads:[~2002-02-04  1:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-04  1:01 Denis Zaitsev
2002-02-04  1:08 ` Petr Vandrovec [this message]
2002-02-26 19:26   ` Denis Zaitsev
2002-02-26 19:43 Petr Vandrovec
2002-02-26 22:36 ` Denis Zaitsev
2002-02-27  0:01 Petr Vandrovec

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=20020204010854.GC2572@ppc.vc.cvut.cz \
    --to=vandrove@vc.cvut.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=zzz@cd-club.ru \
    /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®