diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2018-12-14 11:40:30 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-01-16 14:00:23 -0500 |
commit | c5550bb9502bf6ef2eb514eee5eec486fe1cfb5c (patch) | |
tree | f11ae7851568260314760a92c52ffb03f297583d | |
parent | ee1845d1cb9f6e6c74cfce958ce51985bf2a631e (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>
-rw-r--r-- | drivers/media/usb/gspca/ov534.c | 2 |
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] = { | |||
465 | { 0x1c, 0x0a }, | 465 | { 0x1c, 0x0a }, |
466 | { 0x1d, 0x08 }, /* turn on UVC header */ | 466 | { 0x1d, 0x08 }, /* turn on UVC header */ |
467 | { 0x1d, 0x0e }, /* .. */ | 467 | { 0x1d, 0x0e }, /* .. */ |
468 | |||
469 | { 0xe5, 0x04 }, | ||
470 | }; | 468 | }; |
471 | static const u8 sensor_init_772x[][2] = { | 469 | static const u8 sensor_init_772x[][2] = { |
472 | { 0x12, 0x80 }, | 470 | { 0x12, 0x80 }, |