V4L/DVB (7094): static memory
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / media / video / cpia2 / cpia2_usb.c
index d8e929863a88d9305ecaefff2b8378fd06b9d374..a4574740350df30cf6bd3cb84592b8c84d39f779 100644 (file)
@@ -84,7 +84,7 @@ static struct usb_driver cpia2_driver = {
  *****************************************************************************/
 static void process_frame(struct camera_data *cam)
 {
-       static int frame_count = 0;
+       static int frame_count;
 
        unsigned char *inbuff = cam->workbuff->data;