Message ID | 20200728091057.14.I687e37031ecdd9e21078adf8d290c48b6d9d9a1e@changeid (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | sx9310 iio driver updates | expand |
On Tue, Jul 28, 2020 at 6:14 PM Daniel Campello <campello@chromium.org> wrote: > > From: Stephen Boyd <swboyd@chromium.org> > > This struct member isn't used. Drop it. > > Fixes: 72ad02b15d63 ("iio: Add SEMTECH SX9310/9311 sensor driver") > Signed-off-by: Stephen Boyd <swboyd@chromium.org> > Reviewed-by: Douglas Anderson <dianders@chromium.org> > Reviewed-by: Daniel Campello <campello@chromium.org> > Signed-off-by: Daniel Campello <campello@chromium.org> Here is everything correct! Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> > --- > > 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 >
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; };