summaryrefslogtreecommitdiffstats
path: root/target/linux/bcm27xx/patches-6.1/950-1006-media-rp1-cfe-Drop-unused-field.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/bcm27xx/patches-6.1/950-1006-media-rp1-cfe-Drop-unused-field.patch')
-rw-r--r--target/linux/bcm27xx/patches-6.1/950-1006-media-rp1-cfe-Drop-unused-field.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/target/linux/bcm27xx/patches-6.1/950-1006-media-rp1-cfe-Drop-unused-field.patch b/target/linux/bcm27xx/patches-6.1/950-1006-media-rp1-cfe-Drop-unused-field.patch
deleted file mode 100644
index b53a5b6154..0000000000
--- a/target/linux/bcm27xx/patches-6.1/950-1006-media-rp1-cfe-Drop-unused-field.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From d6bd676b49cf10046665efde820b0cc00dc43994 Mon Sep 17 00:00:00 2001
-From: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
-Date: Thu, 28 Sep 2023 17:04:07 +0300
-Subject: [PATCH] media: rp1: cfe: Drop unused field
-
-Drop 'sensor_embedded_data' field, as it is unused.
-
-Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
----
- drivers/media/platform/raspberrypi/rp1_cfe/cfe.c | 3 ---
- 1 file changed, 3 deletions(-)
-
---- a/drivers/media/platform/raspberrypi/rp1_cfe/cfe.c
-+++ b/drivers/media/platform/raspberrypi/rp1_cfe/cfe.c
-@@ -292,7 +292,6 @@ struct cfe_device {
- struct csi2_device csi2;
- struct pisp_fe_device fe;
-
-- bool sensor_embedded_data;
- int fe_csi2_channel;
-
- unsigned int sequence;
-@@ -1821,8 +1820,6 @@ static int cfe_probe_complete(struct cfe
-
- cfe->v4l2_dev.notify = cfe_notify;
-
-- cfe->sensor_embedded_data = (cfe->sensor->entity.num_pads >= 2);
--
- for (i = 0; i < NUM_NODES; i++) {
- ret = cfe_register_node(cfe, i);
- if (ret) {