patch-2.4.0-test10 linux/drivers/block/DAC960.c

Next file: linux/drivers/block/acsi_slm.c
Previous file: linux/drivers/atm/nicstar.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test9/linux/drivers/block/DAC960.c linux/drivers/block/DAC960.c
@@ -51,7 +51,7 @@
 */
 
 static int
-  DAC960_ControllerCount =			0;
+  DAC960_ControllerCount;
 
 
 /*
@@ -60,7 +60,7 @@
 */
 
 static int
-  DAC960_ActiveControllerCount =		0;
+  DAC960_ActiveControllerCount;
 
 
 /*
@@ -69,7 +69,7 @@
 */
 
 static DAC960_Controller_T
-  *DAC960_Controllers[DAC960_MaxControllers] =	{ NULL };
+  *DAC960_Controllers[DAC960_MaxControllers];
 
 
 /*
@@ -5679,7 +5679,7 @@
 	    }
 	  if (MessageLevel == DAC960_AnnounceLevel)
 	    {
-	      static int AnnouncementLines = 0;
+	      static int AnnouncementLines;
 	      if (++AnnouncementLines <= 2)
 		printk("%sDAC960: %s", DAC960_MessageLevelMap[MessageLevel],
 		       Buffer);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)