Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e050b35b authored by Peter Meerwald's avatar Peter Meerwald Committed by Jonathan Cameron
Browse files

staging:iio:hmc5843: 'add' is a poor abbreviation for address



Signed-off-by: default avatarPeter Meerwald <pmeerw@pmeerw.net>
Cc: Shubhrajyoti Datta <shubhrajyoti@ti.com>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 4dedf31c
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -556,14 +556,14 @@ static int hmc5843_read_raw(struct iio_dev *indio_dev,
	return -EINVAL;
	return -EINVAL;
}
}


#define HMC5843_CHANNEL(axis, add)					\
#define HMC5843_CHANNEL(axis, addr)					\
	{								\
	{								\
		.type = IIO_MAGN,					\
		.type = IIO_MAGN,					\
		.modified = 1,						\
		.modified = 1,						\
		.channel2 = IIO_MOD_##axis,				\
		.channel2 = IIO_MOD_##axis,				\
		.info_mask_separate = BIT(IIO_CHAN_INFO_RAW),		\
		.info_mask_separate = BIT(IIO_CHAN_INFO_RAW),		\
		.info_mask_shared_by_type = BIT(IIO_CHAN_INFO_SCALE),	\
		.info_mask_shared_by_type = BIT(IIO_CHAN_INFO_SCALE),	\
		.address = add						\
		.address = addr						\
	}
	}


static const struct iio_chan_spec hmc5843_channels[] = {
static const struct iio_chan_spec hmc5843_channels[] = {