Skip to content

Commit 97534fc

Browse files
emfendHans Verkuil
authored andcommitted
media: i2c: ov08d10: remove duplicate register write
Register P1:0x33 is written twice with the same value in the 'lane_2_mode_1632x1224' sequence. Remove one unnecessary write access. Signed-off-by: Matthias Fend <matthias.fend@emfend.at> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
1 parent 5d150fa commit 97534fc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/media/i2c/ov08d10.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@ static const struct ov08d10_reg lane_2_mode_1632x1224[] = {
381381
{0x07, 0x05},
382382
{0x21, 0x02},
383383
{0x24, 0x30},
384-
{0x33, 0x03},
385384
{0x31, 0x06},
386385
{0x33, 0x03},
387386
{0x01, 0x03},

0 commit comments

Comments
 (0)