summaryrefslogtreecommitdiff
path: root/drivers/media/usb
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2018-12-14 11:40:30 -0500
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-01-16 14:00:23 -0500
commitc5550bb9502bf6ef2eb514eee5eec486fe1cfb5c (patch)
treef11ae7851568260314760a92c52ffb03f297583d /drivers/media/usb
parentee1845d1cb9f6e6c74cfce958ce51985bf2a631e (diff)
media: gspca: ov534-ov722x: remove camera clock setup from bridge_init
This register is later overwritten by set_frame_rate anyway. Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/usb')
-rw-r--r--drivers/media/usb/gspca/ov534.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/usb/gspca/ov534.c b/drivers/media/usb/gspca/ov534.c
index bc9d2eb5db30..23deeedd3279 100644
--- a/drivers/media/usb/gspca/ov534.c
+++ b/drivers/media/usb/gspca/ov534.c
@@ -465,8 +465,6 @@ static const u8 bridge_init_772x[][2] = {
{ 0x1c, 0x0a },
{ 0x1d, 0x08 }, /* turn on UVC header */
{ 0x1d, 0x0e }, /* .. */
-
- { 0xe5, 0x04 },
};
static const u8 sensor_init_772x[][2] = {
{ 0x12, 0x80 },