This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / scsi / pluto.c
index c01b719..7bb0a2e 100644 (file)
@@ -45,7 +45,7 @@ static struct ctrl_inquiry {
        Scsi_Cmnd cmd;
        char inquiry[256];
        fc_channel *fc;
-} *fcs __initdata;
+} *fcs __initdata = { 0 };
 static int fcscount __initdata = 0;
 static atomic_t fcss __initdata = ATOMIC_INIT(0);
 DECLARE_MUTEX_LOCKED(fc_sem);