[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <23d5359dca83dd803655b0990479f6fb0eadc61c.camel@gmail.com>
Date: Wed, 29 May 2024 13:24:59 +0200
From: Nuno Sá <noname.nuno@...il.com>
To: linux@...blig.org, lars@...afoo.de, Michael.Hennerich@...log.com,
jic23@...nel.org
Cc: linux-iio@...r.kernel.org, linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] staging: iio: adt7316: remove unused struct
'adt7316_limit_regs'
On Wed, 2024-05-29 at 00:30 +0100, linux@...blig.org wrote:
> From: "Dr. David Alan Gilbert" <linux@...blig.org>
>
> 'adt7316_limit_regs' has never been used since the original
> commit 35f6b6b86ede ("staging: iio: new ADT7316/7/8 and ADT7516/7/9
> driver").
>
> The comment above it is a copy-and-paste from a different struct.
>
> Remove both the struct and the comment.
>
> Signed-off-by: Dr. David Alan Gilbert <linux@...blig.org>
> ---
Reviewed-by: Nuno Sa <nuno.sa@...log.com>
> drivers/staging/iio/addac/adt7316.c | 8 --------
> 1 file changed, 8 deletions(-)
>
> diff --git a/drivers/staging/iio/addac/adt7316.c
> b/drivers/staging/iio/addac/adt7316.c
> index 79467f056a05..23d036d2802c 100644
> --- a/drivers/staging/iio/addac/adt7316.c
> +++ b/drivers/staging/iio/addac/adt7316.c
> @@ -209,14 +209,6 @@ struct adt7316_chip_info {
> #define ADT7316_TEMP_AIN_INT_MASK \
> (ADT7316_TEMP_INT_MASK)
>
> -/*
> - * struct adt7316_chip_info - chip specific information
> - */
> -
> -struct adt7316_limit_regs {
> - u16 data_high;
> - u16 data_low;
> -};
>
> static ssize_t adt7316_show_enabled(struct device *dev,
> struct device_attribute *attr,
Powered by blists - more mailing lists