aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/vc032x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/gspca/vc032x.c')
-rw-r--r--drivers/media/video/gspca/vc032x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/gspca/vc032x.c b/drivers/media/video/gspca/vc032x.c
index dd7c1389f38d..fcf2c9e32573 100644
--- a/drivers/media/video/gspca/vc032x.c
+++ b/drivers/media/video/gspca/vc032x.c
@@ -925,14 +925,14 @@ static const __u8 ov7660_initQVGA_data[][4] = {
925 {0xb8, 0x8f, 0xff, 0xcc}, /* ff */ 925 {0xb8, 0x8f, 0xff, 0xcc}, /* ff */
926 {0x00, 0x29, 0x3c, 0xaa}, 926 {0x00, 0x29, 0x3c, 0xaa},
927 {0xb3, 0x01, 0x45, 0xcc}, /* 45 */ 927 {0xb3, 0x01, 0x45, 0xcc}, /* 45 */
928 {0x00, 0x00, 0x00, 0x00} 928 {}
929}; 929};
930 930
931static const __u8 ov7660_50HZ[][4] = { 931static const __u8 ov7660_50HZ[][4] = {
932 {0x00, 0x3b, 0x08, 0xaa}, 932 {0x00, 0x3b, 0x08, 0xaa},
933 {0x00, 0x9d, 0x40, 0xaa}, 933 {0x00, 0x9d, 0x40, 0xaa},
934 {0x00, 0x13, 0xa7, 0xaa}, 934 {0x00, 0x13, 0xa7, 0xaa},
935 {0x00, 0x00, 0x00, 0x00} 935 {}
936}; 936};
937 937
938static const __u8 ov7660_60HZ[][4] = { 938static const __u8 ov7660_60HZ[][4] = {