[PATCH 04/21] media: i2c: it6625: drop unused bus field from struct it6625

From: Hermes Wu via B4 Relay

Date: Fri Sep 18 2026 - 04:59:24 EST


From: Hermes Wu <Hermes.wu@xxxxxxxxxx>

struct it6625::bus has no reader anywhere in the driver -- the mipi_csi2
configuration is produced fresh in it6625_get_mbus_config() and parsed
locally in it6625_parse_endpoint(), neither of which touches this field.

Signed-off-by: Hermes Wu <Hermes.wu@xxxxxxxxxx>
---
drivers/media/i2c/it6625.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/media/i2c/it6625.c b/drivers/media/i2c/it6625.c
index 42bdcc3af326ceb6c529b8da35836c49c8c43643..e18baa6e1a1933f301d9d3057c2c08411f104077 100644
--- a/drivers/media/i2c/it6625.c
+++ b/drivers/media/i2c/it6625.c
@@ -268,7 +268,6 @@ struct it6625 {
struct mutex if_state_lock;

struct v4l2_subdev sd;
- struct v4l2_mbus_config_mipi_csi2 bus;
struct video_device *vdev;
struct media_pad pad;
struct v4l2_ctrl_handler hdl;

--
2.34.1