diff options
Diffstat (limited to 'drivers/media/video/cpia2/cpia2_usb.c')
-rw-r--r-- | drivers/media/video/cpia2/cpia2_usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cpia2/cpia2_usb.c b/drivers/media/video/cpia2/cpia2_usb.c index d8e929863a88..a4574740350d 100644 --- a/drivers/media/video/cpia2/cpia2_usb.c +++ b/drivers/media/video/cpia2/cpia2_usb.c | |||
@@ -84,7 +84,7 @@ static struct usb_driver cpia2_driver = { | |||
84 | *****************************************************************************/ | 84 | *****************************************************************************/ |
85 | static void process_frame(struct camera_data *cam) | 85 | static void process_frame(struct camera_data *cam) |
86 | { | 86 | { |
87 | static int frame_count = 0; | 87 | static int frame_count; |
88 | 88 | ||
89 | unsigned char *inbuff = cam->workbuff->data; | 89 | unsigned char *inbuff = cam->workbuff->data; |
90 | 90 | ||