All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][TRIVIAL] initialise variable in sym53c8xx.c
@ 2003-10-13 16:18 Rik van Riel
  0 siblings, 0 replies; only message in thread
From: Rik van Riel @ 2003-10-13 16:18 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: Kernel Mailing List

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))

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

only message in thread, other threads:[~2003-10-13 16:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-13 16:18 [PATCH][TRIVIAL] initialise variable in sym53c8xx.c Rik van Riel

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.