OSDN Git Service

iio: hid-sensor: fix return of -EINVAL on invalid values in ret or value
authorColin Ian King <colin.king@canonical.com>
Wed, 19 Apr 2017 14:35:48 +0000 (15:35 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 24 Mar 2018 10:00:16 +0000 (11:00 +0100)
commit3a0c4d9778df57772d07ea241a2cc1f734dee986
treeeda0b8d05bdf880be0bad246339a696fa453ffaa
parent0fff422f157f4e0b64591d4802d0ebe5b0b1579b
iio: hid-sensor: fix return of -EINVAL on invalid values in ret or value

[ Upstream commit c894acc7bf400d039bf740420b22f0b71b7fb504 ]

Ensure that when an invalid value in ret or value is found -EINVAL
is returned. A previous commit broke the way the return error is
being returned and instead caused the return code in ret to be
re-assigned rather than be returned.

Fixes: 5d9854eaea776 ("iio: hid-sensor: Store restore poll and hysteresis on S3")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/iio/common/hid-sensors/hid-sensor-attributes.c