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

commit 891a06de1abd5622170ae956ea78e0e40e6f8e3b upstream.

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

Fixes: a3ecfe558282 ("iio: accel: hid-sensor-accel-3d: Add timestamp")
Signed-off-by: Dmitry Perchanov <dmitry.perchanov@intel.com>
Link: https://lore.kernel.org/r/a6dc426498221c81fa71045b41adf782ebd42136.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/accel/hid-sensor-accel-3d.c