mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
8c405cdccc
The patches were generated from the RPi repo with the following command: git format-patch v6.6.34..rpi-6.1.y Some patches needed rebasing and, as usual, the applied and reverted, wireless drivers, Github workflows, READMEs and defconfigs patches were removed. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
32 lines
984 B
Diff
32 lines
984 B
Diff
From a224747d216ca38f8ef4a4ac2b267c47e7d59056 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 0648/1085] 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) {
|