All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix warning in sis frame buffer driver
@ 2003-10-07 18:09 Andi Kleen
  0 siblings, 0 replies; only message in thread
From: Andi Kleen @ 2003-10-07 18:09 UTC (permalink / raw)
  To: linux-kernel; +Cc: trivial


Just fix a warning in the sis framebuffer driver and eliminate some
dead code. Trival.

diff -u linux-2.5-cleanup/drivers/video/sis/sis_main.c-o linux-2.5-cleanup/drivers/video/sis/sis_main.c
--- linux-2.5-cleanup/drivers/video/sis/sis_main.c-o	2003-06-05 02:29:10.000000000 +0200
+++ linux-2.5-cleanup/drivers/video/sis/sis_main.c	2003-12-02 17:19:05.151986072 +0100
@@ -619,18 +619,9 @@
 	double drate = 0, hrate = 0;
 	int found_mode = 0;
 	int old_mode;
-	unsigned char reg;
 
 	TWDEBUG("Inside do_set_var");
 	
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)	
-	inSISIDXREG(SISCR,0x34,reg);
-	if(reg & 0x80) {
-	   printk(KERN_INFO "sisfb: Cannot change display mode, X server is active\n");
-	   return -EBUSY;
-	}
-#endif	
-
 	if((var->vmode & FB_VMODE_MASK) == FB_VMODE_NONINTERLACED) {
 		vtotal = var->upper_margin + var->yres + var->lower_margin +
 		         var->vsync_len;

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

only message in thread, other threads:[~2003-10-07 18:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-07 18:09 [PATCH] Fix warning in sis frame buffer driver Andi Kleen

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.