Re: [PATCH v2 2/3] staging:iio:meter: Remove unused macro IIO_DEV_ATTR_CH_OFF

From: Jonathan Cameron
Date: Wed Mar 07 2018 - 15:09:45 EST


On Tue, 6 Mar 2018 21:44:07 -0300
Rodrigo Siqueira <rodrigosiqueiramelo@xxxxxxxxx> wrote:

> This patch removes the macro IIO_DEV_ATTR_CH_OFF. The macro
> IIO_DEV_ATTR_CH_OFF is not required, due to the replace of it by the
> direct use of IIO_DEVICE_ATTR in files staging/iio/meter/ade7759.c and
> staging/iio/meter/ade7753.c.
>
> Signed-off-by: Rodrigo Siqueira <rodrigosiqueiramelo@xxxxxxxxx>
Doh! I should have read to the next patch.

Personally I wouldn't have split this in to, but it is a small thing
so doesn't matter.

Applied to the togreg branch of iio.git (having reverted my tweak
to the previous patch) and pushed out as testing.

Thanks,

Jonathan

> ---
> drivers/staging/iio/meter/meter.h | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/drivers/staging/iio/meter/meter.h b/drivers/staging/iio/meter/meter.h
> index edf26302fa57..5ed59bf30a25 100644
> --- a/drivers/staging/iio/meter/meter.h
> +++ b/drivers/staging/iio/meter/meter.h
> @@ -348,9 +348,6 @@
> #define IIO_DEV_ATTR_VPERIOD(_mode, _show, _store, _addr) \
> IIO_DEVICE_ATTR(vperiod, _mode, _show, _store, _addr)
>
> -#define IIO_DEV_ATTR_CH_OFF(_num, _mode, _show, _store, _addr) \
> - IIO_DEVICE_ATTR(choff_##_num, _mode, _show, _store, _addr)
> -
> /* active energy register, AENERGY, is more than half full */
> #define IIO_EVENT_ATTR_AENERGY_HALF_FULL(_evlist, _show, _store, _mask) \
> IIO_EVENT_ATTR_SH(aenergy_half_full, _evlist, _show, _store, _mask)