diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2018-12-14 19:40:30 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-01-16 22:00:23 +0300 |
commit | c5550bb9502bf6ef2eb514eee5eec486fe1cfb5c (patch) | |
tree | f11ae7851568260314760a92c52ffb03f297583d /drivers/media/usb/gspca | |
parent | ee1845d1cb9f6e6c74cfce958ce51985bf2a631e (diff) | |
download | linux-c5550bb9502bf6ef2eb514eee5eec486fe1cfb5c.tar.xz |
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/gspca')
-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] = { { 0x1c, 0x0a }, { 0x1d, 0x08 }, /* turn on UVC header */ { 0x1d, 0x0e }, /* .. */ - - { 0xe5, 0x04 }, }; static const u8 sensor_init_772x[][2] = { { 0x12, 0x80 }, |