Re: [PATCH 14/15] iio: sx9310: Drop channel_users[]

From: Andy Shevchenko
Date: Tue Jul 28 2020 - 14:20:37 EST


On Tue, Jul 28, 2020 at 6:14 PM Daniel Campello <campello@xxxxxxxxxxxx> wrote:
>
> From: Stephen Boyd <swboyd@xxxxxxxxxxxx>
>
> This struct member isn't used. Drop it.
>
> Fixes: 72ad02b15d63 ("iio: Add SEMTECH SX9310/9311 sensor driver")
> Signed-off-by: Stephen Boyd <swboyd@xxxxxxxxxxxx>
> Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>
> Reviewed-by: Daniel Campello <campello@xxxxxxxxxxxx>
> Signed-off-by: Daniel Campello <campello@xxxxxxxxxxxx>

Here is everything correct!

Reviewed-by: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>

> ---
>
> drivers/iio/proximity/sx9310.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/iio/proximity/sx9310.c b/drivers/iio/proximity/sx9310.c
> index 4553ee83a016a3..202018b726e32f 100644
> --- a/drivers/iio/proximity/sx9310.c
> +++ b/drivers/iio/proximity/sx9310.c
> @@ -131,7 +131,6 @@ struct sx9310_data {
> struct completion completion;
> unsigned long chan_read;
> unsigned long chan_event;
> - int channel_users[SX9310_NUM_CHANNELS];
> unsigned int whoami;
> };
>
> --
> 2.28.0.rc0.142.g3c755180ce-goog
>


--
With Best Regards,
Andy Shevchenko