Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH] ip32 build fix
@ 2004-11-21  2:41 Thiemo Seufer
  2004-11-21  6:56 ` Ralf Baechle
  0 siblings, 1 reply; 4+ messages in thread
From: Thiemo Seufer @ 2004-11-21  2:41 UTC (permalink / raw)
  To: linux-mips; +Cc: ralf

Hello All,

a simple build fix for the ip32 framebuffer.


Thiemo


Index: drivers/video/gbefb.c
===================================================================
RCS file: /home/cvs/linux/drivers/video/gbefb.c,v
retrieving revision 1.11
diff -u -p -r1.11 gbefb.c
--- drivers/video/gbefb.c	16 Nov 2004 16:20:39 -0000	1.11
+++ drivers/video/gbefb.c	20 Nov 2004 16:46:58 -0000
@@ -1122,7 +1122,7 @@ static int __init gbefb_probe(struct dev
 
 	if (fb_get_options("gbefb", &option))
 		return -ENODEV;
-	gbefb_setup(options);
+	gbefb_setup(option);
 #endif
 
 	if (!request_mem_region(GBE_BASE, sizeof(struct sgi_gbe), "GBE")) {

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-11-21 17:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-21  2:41 [PATCH] ip32 build fix Thiemo Seufer
2004-11-21  6:56 ` Ralf Baechle
2004-11-21  9:18   ` Geert Uytterhoeven
2004-11-21 17:14     ` Ralf Baechle

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