All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] matroxfb fix
@ 2002-02-14 15:19 Gerd Knorr
  0 siblings, 0 replies; only message in thread
From: Gerd Knorr @ 2002-02-14 15:19 UTC (permalink / raw)
  To: Linus Torvalds, Kernel List

  Hi,

Trivial build fix for matroxfb (broken due to kdev_t changes).

  Gerd

---------------------------- cut here -------------------------
--- linux-2.5.5-pre1/drivers/video/matrox/matroxfb_base.c	Wed Nov 14 23:52:20 2001
+++ linux/drivers/video/matrox/matroxfb_base.c	Thu Feb 14 15:20:44 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) = NODEV;
 	ACCESS_FBINFO(fbcon.fbops) = &matroxfb_ops;
 	ACCESS_FBINFO(fbcon.disp) = d;
 	ACCESS_FBINFO(fbcon.switch_con) = &matroxfb_switch;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-02-14 16:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-14 15:19 [patch] matroxfb fix Gerd Knorr

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.