On 22/02/16 21:39, Matt Ranostay wrote: > Signed-off-by: Matt Ranostay <matt.ranostay@xxxxxxxxx> Wouldn't apply automatically so I did it manually. Anyhow, applied to the togreg branch of iio.git - initially pushed out as testing for the autobuilders to play tennis with it. J > --- > drivers/iio/imu/inv_mpu6050/inv_mpu_core.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c b/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c > index 225860016fed..4324328fd304 100644 > --- a/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c > +++ b/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c > @@ -275,7 +275,7 @@ static int inv_mpu6050_read_raw(struct iio_dev *indio_dev, > case IIO_TEMP: > /* wait for stablization */ > msleep(INV_MPU6050_SENSOR_UP_TIME); > - inv_mpu6050_sensor_show(st, st->reg->temperature, > + ret = inv_mpu6050_sensor_show(st, st->reg->temperature, > IIO_MOD_X, val); > break; > default: > -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html