This is an automatic generated email to let you know that the following patch 
were queued:

Subject: media: i2c: ks0127: remove unused struct 'adjust'
Author:  Dr. David Alan Gilbert <li...@treblig.org>
Date:    Fri May 24 17:48:49 2024 +0100

'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 <li...@treblig.org>
Signed-off-by: Sakari Ailus <sakari.ai...@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl>

 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;

Reply via email to