]> git.baikalelectronics.ru Git - kernel.git/commit
iio: hid: fix the retval in gyro_3d_capture_sample
authorDmitry Perchanov <dmitry.perchanov@intel.com>
Wed, 11 Jan 2023 12:24:25 +0000 (14:24 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2023 10:28:17 +0000 (11:28 +0100)
commitdd64543bd89a78021bf9247886a7c2a24bdd0f5e
treee98f6ee18a973a74b9f567db084fbdeff0b7d91f
parent71599eff81b473d511806d8fbf2fae1459eb20e6
iio: hid: fix the retval in gyro_3d_capture_sample

commit eb50cd5bfdac61627a5026566cf3b90ced7b141c upstream.

Return value should be zero for success. This was forgotten for timestamp
feature. Verified on RealSense cameras.

Fixes: 6d40516d8d53 ("iio: hid-sensor-gyro-3d: Add timestamp channel")
Signed-off-by: Dmitry Perchanov <dmitry.perchanov@intel.com>
Link: https://lore.kernel.org/r/7c1809dc74eb2f58a20595f4d02e76934f8e9219.camel@intel.com
Cc: <Stable@vger.kernel.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/iio/gyro/hid-sensor-gyro-3d.c