[PATCH][TRIVIAL] initialise variable in sym53c8xx.c

From: Rik van Riel
Date: Mon Oct 13 2003 - 11:21:33 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/