public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.5 patch] move an unused variable in sis_main.c
@ 2003-07-03 10:47 maximilian attems
  2003-07-03 11:47 ` Adrian Bunk
  0 siblings, 1 reply; 8+ messages in thread
From: maximilian attems @ 2003-07-03 10:47 UTC (permalink / raw)
  To: linux-kernel; +Cc: Thomas Winischhofer

[-- Attachment #1: Type: text/plain, Size: 738 bytes --]

The patch below moves an used variable from drivers/video/sis/sis_main.c

i've tested the compilation with 2.5.74

please apply
maks


--- linux-2.5.74/drivers/video/sis/sis_main.c	Wed Jul  2 22:50:59 2003
+++ linux/drivers/video/sis/sis_main.c	Thu Jul  3 12:06:58 2003
@@ -619,11 +619,11 @@
 	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)	
+	unsigned char reg;
 	inSISIDXREG(SISCR,0x34,reg);
 	if(reg & 0x80) {
 	   printk(KERN_INFO "sisfb: Cannot change display mode, X server is active\n");


---
When your medical records are indexed in Google, something's wrong!
aaron kaplan


[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

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

end of thread, other threads:[~2003-07-03 15:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-03 10:47 [2.5 patch] move an unused variable in sis_main.c maximilian attems
2003-07-03 11:47 ` Adrian Bunk
2003-07-03 12:04   ` maximilian attems
2003-07-03 13:05     ` Thomas Winischhofer
2003-07-03 13:38       ` maximilian attems
2003-07-03 14:54         ` Thomas Winischhofer
2003-07-03 15:44           ` maximilian attems
2003-07-03 15:58             ` Thomas Winischhofer

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