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 variable in sym53c8xx.c
diff -urNp linux-5110/drivers/scsi/sym53c8xx.c linux-10010/drivers/scsi/sym53c8xx.c
--- linux-5110/drivers/scsi/sym53c8xx.c
+++ linux-10010/drivers/scsi/sym53c8xx.c
@@ -6992,7 +6992,7 @@ static void ncr_chip_reset (ncb_p np)

static void ncr_soft_reset(ncb_p np)
{
- u_char istat;
+ u_char istat=0;
int i;

if (!(np->features & FE_ISTAT1) || !(INB (nc_istat1) & SRUN))
-
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.037 / U:0.360 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site