Staging: comedi: usbduxfast: remove .bss variable initialization
[pandora-kernel.git] / drivers / staging / comedi / drivers / usbduxfast.c
index 2c888d1..1712f1d 100644 (file)
@@ -1875,11 +1875,8 @@ static void __init init_usb_devices(void)
         * they will become valid by the probe function
         * and then finally by the attach-function
         */
-       for (index = 0; index < NUMUSBDUXFAST; index++) {
-               memset(&(usbduxfastsub[index]), 0x00,
-                       sizeof(usbduxfastsub[index]));
+       for (index = 0; index < NUMUSBDUXFAST; index++)
                init_MUTEX(&(usbduxfastsub[index].sem));
-       }
 }
 
 /*