lkml.org 
[lkml]   [2003]   [Oct]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH][TRIVIAL] initialise variables in SiS_GetCRT2Data301()
diff -urNp linux-5110/drivers/video/sis/init301.c linux-10010/drivers/video/sis/init301.c
--- linux-5110/drivers/video/sis/init301.c
+++ linux-10010/drivers/video/sis/init301.c
@@ -2983,7 +2983,7 @@ SiS_GetCRT2Data301(SiS_Private *SiS_Pr,
USHORT RefreshRateTableIndex,
PSIS_HW_DEVICE_INFO HwDeviceExtension)
{
- USHORT tempax,tempbx,modeflag;
+ USHORT tempax=0,tempbx=0,modeflag;
USHORT resinfo;
USHORT CRT2Index,ResIndex;
const SiS_LCDDataStruct *LCDPtr = NULL;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:49    [W:0.024 / U:0.584 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site