On Wed, 11 Jan 2023 14:22:10 +0200 Dmitry Perchanov <dmitry.perchanov@xxxxxxxxx> wrote: > Return value should be zero for success. > This was forgotten for timestamp feature. > Verified on RealSense cameras. > > Fixes: a96cd0f901ee ("iio: accel: hid-sensor-accel-3d: Add timestamp") > All tags need to be in one block with no blank lines. I've fixed this up whilst applying. Applied to the fixes-togreg branch of iio.git. Thanks Jonathan > Signed-off-by: Dmitry Perchanov <dmitry.perchanov@xxxxxxxxx> > --- > drivers/iio/accel/hid-sensor-accel-3d.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/iio/accel/hid-sensor-accel-3d.c b/drivers/iio/accel/hid-sensor-accel-3d.c > index a2def6f93..5eac7ea19 100644 > --- a/drivers/iio/accel/hid-sensor-accel-3d.c > +++ b/drivers/iio/accel/hid-sensor-accel-3d.c > @@ -280,6 +280,7 @@ static int accel_3d_capture_sample(struct hid_sensor_hub_device *hsdev, > hid_sensor_convert_timestamp( > &accel_state->common_attributes, > *(int64_t *)raw_data); > + ret = 0; > break; > default: > break;