Initial commit
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Coverity scan build / Coverity x86/64 build (push) Has been cancelled
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Coverity scan build / Coverity x86/64 build (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
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) {
|
||||
Reference in New Issue
Block a user