From: Lorenzo Bianconi Date: Wed, 16 Aug 2017 17:02:50 +0000 (+0200) Subject: iio: magnetometer: st_magn: fix status register address for LSM303AGR X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=541ee9b24fca587f510fe1bc58508d5cf40707af;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git iio: magnetometer: st_magn: fix status register address for LSM303AGR Fixes: 97865fe41322 (iio: st_sensors: verify interrupt event to status) Signed-off-by: Lorenzo Bianconi Reviewed-by: Linus Walleij Cc: Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/magnetometer/st_magn_core.c b/drivers/iio/magnetometer/st_magn_core.c index 8e1b0861fbe4..c11f0da86e74 100644 --- a/drivers/iio/magnetometer/st_magn_core.c +++ b/drivers/iio/magnetometer/st_magn_core.c @@ -358,7 +358,7 @@ static const struct st_sensor_settings st_magn_sensors_settings[] = { .mask_int1 = 0x01, .addr_ihl = 0x63, .mask_ihl = 0x04, - .addr_stat_drdy = ST_SENSORS_DEFAULT_STAT_ADDR, + .addr_stat_drdy = 0x67, }, .multi_read_bit = false, .bootime = 2,