media: gspca: ov534-ov722x: remove camera clock setup from bridge_init
authorPhilipp Zabel <philipp.zabel@gmail.com>
Fri, 14 Dec 2018 16:40:30 +0000 (11:40 -0500)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 16 Jan 2019 19:00:23 +0000 (14:00 -0500)
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>
drivers/media/usb/gspca/ov534.c

index bc9d2eb..23deeed 100644 (file)
@@ -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 },