Re: [PATCH 2/5] iio: inv_mpu6050: Remove inv_mpu6050_hw.num_reg

2016-04-25 Thread Jonathan Cameron
On 24/04/16 12:12, Jonathan Cameron wrote: > On 20/04/16 14:15, Crestez Dan Leonard wrote: >> This field was unused and incorrect for mpu6500. >> >> Signed-off-by: Crestez Dan Leonard . > This one I think I can safely take :) > > Good spot Applied. Thanks, >> --- >> drivers/iio/imu/inv_mpu6050

Re: [PATCH 2/5] iio: inv_mpu6050: Remove inv_mpu6050_hw.num_reg

2016-04-24 Thread Jonathan Cameron
On 20/04/16 14:15, Crestez Dan Leonard wrote: > This field was unused and incorrect for mpu6500. > > Signed-off-by: Crestez Dan Leonard . This one I think I can safely take :) Good spot > --- > drivers/iio/imu/inv_mpu6050/inv_mpu_core.c | 3 --- > drivers/iio/imu/inv_mpu6050/inv_mpu_iio.h | 2

[PATCH 2/5] iio: inv_mpu6050: Remove inv_mpu6050_hw.num_reg

2016-04-20 Thread Crestez Dan Leonard
This field was unused and incorrect for mpu6500. Signed-off-by: Crestez Dan Leonard --- drivers/iio/imu/inv_mpu6050/inv_mpu_core.c | 3 --- drivers/iio/imu/inv_mpu6050/inv_mpu_iio.h | 2 -- 2 files changed, 5 deletions(-) diff --git a/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c b/drivers/iio/i