Skip to content

Commit

Permalink
staging:iio:hmc5843: 'add' is a poor abbreviation for address
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Cc: Shubhrajyoti Datta <shubhrajyoti@ti.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
  • Loading branch information
Peter Meerwald authored and Jonathan Cameron committed Aug 4, 2013
1 parent 4dedf31 commit e050b35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/iio/magnetometer/hmc5843.c
Original file line number Diff line number Diff line change
Expand Up @@ -556,14 +556,14 @@ static int hmc5843_read_raw(struct iio_dev *indio_dev,
return -EINVAL;
}

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

static const struct iio_chan_spec hmc5843_channels[] = {
Expand Down

0 comments on commit e050b35

Please sign in to comment.