staging:iio:hmc5843: 'add' is a poor abbreviation for address
authorPeter Meerwald <pmeerw@pmeerw.net>
Sat, 27 Jul 2013 15:31:00 +0000 (16:31 +0100)
committerJonathan Cameron <jic23@kernel.org>
Sun, 4 Aug 2013 10:08:17 +0000 (11:08 +0100)
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Cc: Shubhrajyoti Datta <shubhrajyoti@ti.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/magnetometer/hmc5843.c

index 79117ad978d10f8cda10a2128ad23dd10ee3ab64..465dc2a93f280dc21312cb1ca1869d416404d8d3 100644 (file)
@@ -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[] = {