The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: linux@treblig.org
To: mchehab@kernel.org, sakari.ailus@linux.intel.com,
	hverkuil-cisco@xs4all.nl
Cc: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org,
	"Dr. David Alan Gilbert" <linux@treblig.org>
Subject: [PATCH 2/4] media: i2c: ks0127: remove unused struct 'adjust'
Date: Fri, 24 May 2024 17:48:49 +0100	[thread overview]
Message-ID: <20240524164851.184467-3-linux@treblig.org> (raw)
In-Reply-To: <20240524164851.184467-1-linux@treblig.org>

From: "Dr. David Alan Gilbert" <linux@treblig.org>

'adjust' has been unused since original
commit fbe60daac4c3 ("V4L/DVB (3916): AverMedia 6 Eyes AVS6EYES
support").

Remove it.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
---
 drivers/media/i2c/ks0127.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/drivers/media/i2c/ks0127.c b/drivers/media/i2c/ks0127.c
index 5c583f57e3f3..9d0a763cd503 100644
--- a/drivers/media/i2c/ks0127.c
+++ b/drivers/media/i2c/ks0127.c
@@ -175,14 +175,6 @@ MODULE_LICENSE("GPL");
 * mga_dev : represents one ks0127 chip.
 ****************************************************************************/
 
-struct adjust {
-	int	contrast;
-	int	bright;
-	int	hue;
-	int	ugain;
-	int	vgain;
-};
-
 struct ks0127 {
 	struct v4l2_subdev sd;
 	v4l2_std_id	norm;
-- 
2.45.1


  parent reply	other threads:[~2024-05-24 16:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-24 16:48 [PATCH 0/4] Dead structs in media/i2c linux
2024-05-24 16:48 ` [PATCH 1/4] media: i2c: dw9768: remove unused struct 'regval_list' linux
2024-05-24 16:48 ` linux [this message]
2024-05-24 16:48 ` [PATCH 3/4] media: i2c: tw9910: remove unused strust 'regval_list' linux
2024-05-24 16:48 ` [PATCH 4/4] media: i2c: adv7511: remove unused struct 'i2c_reg_value' linux

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240524164851.184467-3-linux@treblig.org \
    --to=linux@treblig.org \
    --cc=hverkuil-cisco@xs4all.nl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=sakari.ailus@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox