diff options
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/gspca/stv06xx/stv06xx_vv6410.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/media/video/gspca/stv06xx/stv06xx_vv6410.h b/drivers/media/video/gspca/stv06xx/stv06xx_vv6410.h index 809f92264977..487d40555343 100644 --- a/drivers/media/video/gspca/stv06xx/stv06xx_vv6410.h +++ b/drivers/media/video/gspca/stv06xx/stv06xx_vv6410.h | |||
@@ -246,12 +246,6 @@ static const u8 vv6410_sensor_init[][2] = { | |||
246 | /* Pre-clock generator divide off */ | 246 | /* Pre-clock generator divide off */ |
247 | {VV6410_DATAFORMAT, BIT(7) | BIT(0)}, | 247 | {VV6410_DATAFORMAT, BIT(7) | BIT(0)}, |
248 | 248 | ||
249 | /* Exposure registers */ | ||
250 | {VV6410_FINEH, VV6410_FINE_EXPOSURE >> 8}, | ||
251 | {VV6410_FINEL, VV6410_FINE_EXPOSURE & 0xff}, | ||
252 | {VV6410_COARSEH, VV6410_COARSE_EXPOSURE >> 8}, | ||
253 | {VV6410_COARSEL, VV6410_COARSE_EXPOSURE & 0xff}, | ||
254 | {VV6410_ANALOGGAIN, 0xf0 | VV6410_DEFAULT_GAIN}, | ||
255 | {VV6410_CLKDIV, VV6410_CLK_DIV_2}, | 249 | {VV6410_CLKDIV, VV6410_CLK_DIV_2}, |
256 | 250 | ||
257 | /* System registers */ | 251 | /* System registers */ |