diff options
Diffstat (limited to 'drivers/media/video/gspca/finepix.c')
-rw-r--r-- | drivers/media/video/gspca/finepix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/finepix.c b/drivers/media/video/gspca/finepix.c index 03cb94466323..afc8b2dd307b 100644 --- a/drivers/media/video/gspca/finepix.c +++ b/drivers/media/video/gspca/finepix.c | |||
@@ -72,7 +72,7 @@ struct usb_fpix { | |||
72 | } | 72 | } |
73 | 73 | ||
74 | /* These cameras only support 320x200. */ | 74 | /* These cameras only support 320x200. */ |
75 | static struct v4l2_pix_format fpix_mode[1] = { | 75 | static const struct v4l2_pix_format fpix_mode[1] = { |
76 | { 320, 240, V4L2_PIX_FMT_JPEG, V4L2_FIELD_NONE, | 76 | { 320, 240, V4L2_PIX_FMT_JPEG, V4L2_FIELD_NONE, |
77 | .bytesperline = 320, | 77 | .bytesperline = 320, |
78 | .sizeimage = 320 * 240 * 3 / 8 + 590, | 78 | .sizeimage = 320 * 240 * 3 / 8 + 590, |