[PATCH 1/3] media: ov02c10: Drop duplicate register write
From: Felipe Calliari
Date: Fri Sep 04 2026 - 23:11:28 EST
sensor_1928x1092_30fps_setting[] writes {0x395f, 0x00} twice in a row.
The second write is redundant; drop it. No functional change.
Signed-off-by: Felipe Calliari <calliarifelipe@xxxxxxxxx>
---
drivers/media/i2c/ov02c10.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/media/i2c/ov02c10.c b/drivers/media/i2c/ov02c10.c
index cf93d3603..6220461fd 100644
--- a/drivers/media/i2c/ov02c10.c
+++ b/drivers/media/i2c/ov02c10.c
@@ -209,7 +209,6 @@ static const struct reg_sequence sensor_1928x1092_30fps_setting[] = {
{0x395d, 0x05},
{0x395e, 0x02},
{0x395f, 0x00},
- {0x395f, 0x00},
{0x3960, 0x00},
{0x3961, 0x00},
{0x3962, 0x00},
--
2.55.0