From: Matthias Fend Date: Tue, 24 Mar 2026 10:41:37 +0000 (+0100) Subject: media: i2c: ov08d10: remove duplicate register write X-Git-Tag: v7.1-rc1~169^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97534fccf13a89160d795b829733949e8bc2939e;p=thirdparty%2Flinux.git 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 Signed-off-by: Sakari Ailus Signed-off-by: Hans Verkuil --- diff --git a/drivers/media/i2c/ov08d10.c b/drivers/media/i2c/ov08d10.c index 5e1b8b58b3d64..9d54170cdf7da 100644 --- a/drivers/media/i2c/ov08d10.c +++ b/drivers/media/i2c/ov08d10.c @@ -381,7 +381,6 @@ static const struct ov08d10_reg lane_2_mode_1632x1224[] = { {0x07, 0x05}, {0x21, 0x02}, {0x24, 0x30}, - {0x33, 0x03}, {0x31, 0x06}, {0x33, 0x03}, {0x01, 0x03},