Sampling rate can be changed while the chip is running. It can
be useful thus do not prevent it.
Signed-off-by: Jean-Baptiste Maneyrol <jmaneyrol@invensense.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
            fifo_rate > INV_MPU6050_MAX_FIFO_RATE)
                return -EINVAL;
 
-       result = iio_device_claim_direct_mode(indio_dev);
-       if (result)
-               return result;
-
        /* compute the chip sample rate divider */
        d = INV_MPU6050_FIFO_RATE_TO_DIVIDER(fifo_rate);
        /* compute back the fifo rate to handle truncation cases */
        result |= inv_mpu6050_set_power_itg(st, false);
 fifo_rate_fail_unlock:
        mutex_unlock(&st->lock);
-       iio_device_release_direct_mode(indio_dev);
        if (result)
                return result;